normal_floats 0.1.0

Implement floats without denormal numbers without UB
Documentation
1
Implement `Normal<f32>` and `Normal<f64>` which support `Add`, `Sub`, `Mul`, `Div` without denormal numbers.