pub type E64<D = OrPanic> = ExtendedReal<f64, D>;
64-bit IEEE 754 floating-point representation that must be an extended real (not NaN).
NaN
pub struct E64<D = OrPanic> { /* private fields */ }