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