pub trait NaN { const NAN: Self; }
Provides the constant NaN.
The constant NaN for primitive floating-point types.