pub const NAN: f64 = f64::NAN; // NaN_f64
👎Deprecating in a future version: replaced by the
NAN
associated constant on f64
Available on crate feature
std
only.pub const NAN: f64 = f64::NAN; // NaN_f64
NAN
associated constant on f64
std
only.