pub fn float_parse_str(s: &str) -> IntFloat
Parse a string as a float.
This is around 2x faster than using str::parse::<f64>()
str::parse::<f64>()