pub type Float = f32;
Floating point type used for internal calculations. Can be configured to be either f32 (default) or f64 using the 64bit feature flag.
f32
f64
64bit