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