pub type Float = f64;
Centralized type for floating point operations that can be easily changed to f32 or f64 (default is f64, use f32 feature for f32).
f32