Crate screaming_float

Source

Structs§

ScreamingNanChecker
Like noisy_float’s NumChecker, except it plays the Wilhelm Scream instead of panicking.

Functions§

s32
Shorthand for S32::new(value).
s64
Shorthand for S64::new(value).

Type Aliases§

S32
A floating point number behaving like f32 that screams when it is constructed from a NaN.
S64
A floating point number behaving like f64 that screams when it is constructed from a NaN.