pub fn radioactive_decay(
n0: &AmountOfSubstance,
half_life: &HalfLife,
time: &Time,
) -> PropagatingEffect<AmountOfSubstance>Expand description
Causal wrapper for physics::radioactive_decay_kernel.
pub fn radioactive_decay(
n0: &AmountOfSubstance,
half_life: &HalfLife,
time: &Time,
) -> PropagatingEffect<AmountOfSubstance>Causal wrapper for physics::radioactive_decay_kernel.