#normal #numbers #floats #ub #package-manager #denormal

normal_floats

Implement floats without denormal numbers without UB

2 unstable releases

Uses new Rust 2024

0.2.0 Sep 3, 2025
0.1.0 Sep 3, 2025

#4 in #floats

MIT license

9KB
220 lines

Implement Normal<f32> and Normal<f64> which support Add, Sub, Mul, Div without denormal numbers.

No runtime deps