Type Alias R32

Source
pub type R32 = NoisyFloat<f32, FiniteChecker>;
Expand description

32-bit real floating-point number. A floating point number behaving like f32 that does not allow NaN or +/- Infinity.

The “R” in the name stands for “Real”, since in Mathematics, the Real numbers do not include NaN or +/- Infinity.

Aliased Type§

pub struct R32 { /* private fields */ }