pub fn speed_from_beta(beta: f64) -> Option<f64>Expand description
Computes the speed magnitude v = βc in meters per second.
Returns None when beta is negative, not finite, greater than or equal to 1.0, or when
the computed speed is not finite.