pub type N64 = NoisyFloat<f64, NumChecker>;Expand description
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”.
Aliased Type§
pub struct N64 { /* private fields */ }