1
2
3
4
//! NaN

// this is NaN
pub const NAN: f64 = f64::NAN;