Function weird_data::nan_f32
source · pub fn nan_f32() -> f32Expand description
There are multiple bit patterns that are equivalent to a NAN.
This generator covers all possible NAN values as specified in
IEEE-754, even ones that Rust would normally not generate.