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

type N64 = NoisyFloat<f64, NumChecker>;

A floating point number behaving like f64 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".