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 s64;
Disclaimers
Please don't use this.
screaming_floatIt's a variant of noisy_float that screams whenever you create a NaN.
Like this:
use screaming_float::s64;
fn main() {
s64(0.0) / s64(0.0); // screams
}
Please don't use this.