pub type Double = IeeeFloat<DoubleS>;
IEEE binary64 double-precision (64-bit) floating point number.
pub struct Double { /* private fields */ }