Function de_broglie_wavelength
pub fn de_broglie_wavelength(momentum: f64) -> Option<f64>Expand description
Computes de Broglie wavelength from momentum magnitude using lambda = h / p.
Returns None when momentum is not positive and finite, or when the computed result is not
finite.