screaming_float
It's a variant of noisy_float that screams whenever you create a NaN.
noisy_float
NaN
Like this:
```Rust use screaming_float::s64;
fn main() { s64(0.0) / s64(0.0); // screams } ```
Please don't use this.