pub fn coefficient_from_lengths( initial_length_m: f64, final_length_m: f64, delta_temp_k: f64, ) -> Result<f64, ThermalExpansionError>