Function rsvg::parsers::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.
pub fn finite_f32(n: f32) -> Result<f32, ValueErrorKind>
Parses an f32
and ensures that it is not an infinity or NaN.