pub type R64<D = OrPanic> = Real<f64, D>;
64-bit IEEE 754 floating-point representation that must be a real number.
pub struct R64<D = OrPanic> { /* private fields */ }