pub fn parse_f64(text: &str) -> Option<f64>
Parses a number, ignoring whitespace (e.g. thousand separators), and treating the special minus character MINUS (−) as a minus sign.
MINUS