pub fn electron_volts_to_joules(electron_volts: f64) -> Option<f64>Expand description
Converts electron volts to joules using J = eV * e.
Returns None when electron_volts is negative, when the input is not finite, or when the
computed result is not finite.