pub fn parse_to_float(input: &str, default: f32) -> f32
Expand description

This function parses a string to a float.