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