pub type NotNan<T, D = OrPanic> = ExtendedReal<T, D>;
IEEE 754 floating-point representation that must not be NaN.
NaN
pub struct NotNan<T, D = OrPanic> { /* private fields */ }