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