S64

Type Alias S64 

Source
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 */ }