pub type S64 = NoisyFloat<f64, ScreamingNanChecker>;Expand description
A floating point number behaving like f64 that screams when it is constructed from a NaN.
Aliased Typeยง
pub struct S64 { /* private fields */ }pub type S64 = NoisyFloat<f64, ScreamingNanChecker>;A floating point number behaving like f64 that screams when it is constructed from a NaN.
pub struct S64 { /* private fields */ }