R32

Type Alias R32 

Source
pub type R32<D = OrPanic> = Real<f32, D>;
Expand description

32-bit IEEE 754 floating-point representation that must be a real number.

Aliased Typeยง

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