Type Definition noisy_float::types::R32 [] [src]

type R32 = NoisyFloat<f32, FiniteChecker>;

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.