Function string_to_f64

Source
pub fn string_to_f64(s: &str) -> Result<f64>
Expand description

Convert string to f64 with error handling