pub const NAN: f32 = f32::NAN; // NaNf32
👎 Deprecating in a future Rust version:
replaced by the NAN
associated constant on f32
pub const NAN: f32 = f32::NAN; // NaNf32
replaced by the NAN
associated constant on f32