pub fn half_life_from_decay_constant(decay_constant: f64) -> Option<f64>
Computes a half-life from a decay constant.
Formula: t_half = ln(2) / lambda.
t_half = ln(2) / lambda