pub fn parse_f32(input: &str) -> IResult<&str, f32>
Expand description

Parse a floating-point or signed decimal literal into an f32