pub const fn is_snan_f64(v: f64) -> boolExpand description
Is this f64 a signaling NaN as the VR4300 classifies one?
See is_snan_f32 — the convention is inverted from IEEE-754:2008.
pub const fn is_snan_f64(v: f64) -> boolIs this f64 a signaling NaN as the VR4300 classifies one?
See is_snan_f32 — the convention is inverted from IEEE-754:2008.