pub const LN_2: f64 = std::f64::consts::LN_2; // 0.69314718055994529f64
Natural logarithm of 2 for half-life conversions and decay-law helpers.
2
Broader physical constants belong in the top-level use-constants set.
use-constants