[][src]Type Definition ichen_openprotocol::R32

type R32 = NoisyFloat<f32, FiniteChecker>;

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.