Skip to main content

remaining_quantity_from_half_life

Function remaining_quantity_from_half_life 

pub fn remaining_quantity_from_half_life(
    initial_quantity: f64,
    half_life: f64,
    time: f64,
) -> Option<f64>
Expand description

Computes the remaining quantity from an initial quantity, half-life, and elapsed time.