pub fn designalise_f64(f: f64) -> f64
Expand description

If the specified 64-bit float is a signaling NaN, make it a quiet NaN.

Based on f64::from_bits()