pub fn speed_from_rapidity(rapidity: f64) -> Option<f64>
Computes signed velocity v = c * tanh(φ) from rapidity.
v = c * tanh(φ)
Returns None when rapidity is not finite or when the computed velocity is not finite.
None
rapidity