Skip to main content

half_life_from_decay_constant

Function half_life_from_decay_constant 

Source
pub fn half_life_from_decay_constant(decay_constant: f64) -> Option<f64>
Expand description

Computes a half-life from a decay constant.

Formula: t_half = ln(2) / lambda.