Skip to main content

is_snan_f64

Function is_snan_f64 

Source
pub const fn is_snan_f64(v: f64) -> bool
Expand description

Is this f64 a signaling NaN as the VR4300 classifies one?

See is_snan_f32 — the convention is inverted from IEEE-754:2008.