pub fn proper_length(contracted_length: f64, speed: f64) -> Option<f64>Expand description
Computes proper length L0 = Lγ from a contracted length L.
Returns None when contracted_length is negative or not finite, when speed is invalid,
or when the computed proper length is not finite.