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