Function parse_double

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

Parses a string s as a double.