Skip to main content

de_broglie_wavelength

Function de_broglie_wavelength 

Source
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.