E32

Type Alias E32 

Source
pub type E32<D = OrPanic> = ExtendedReal<f32, D>;
Expand description

32-bit IEEE 754 floating-point representation that must be an extended real (not NaN).

Aliased Typeยง

pub struct E32<D = OrPanic> { /* private fields */ }