2 releases
0.1.1 | Sep 17, 2020 |
---|---|
0.1.0 | Sep 17, 2020 |
#22 in #nan
19KB
screaming_float
What is it?
It's a variant of noisy_float
that screams whenever you create a NaN
.
How does it work?
Like this:
use screaming_float::s64;
fn main() {
s64(0.0) / s64(0.0); // screams
}
Disclaimers
Please don't use this.
Dependencies
~1.1–2.6MB
~44K SLoC