pub fn designalise_f32(f: f32) -> f32
Expand description

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

Based on f32::from_bits()