Function finite_f32

Source
pub fn finite_f32(n: f32) -> Result<f32, ValueErrorKind>
Expand description

Parses an f32 and ensures that it is not an infinity or NaN.