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

type N32 = NoisyFloat<f32, NumChecker>;

A floating point number behaving like f32 that does not allow NaN.

The "N" in the name stands for "Number", since all values of this type are "numbers", i.e. they are not "not-a-number".