pub type Float = f64;
Floating-point precision type used throughout the crate. Defaults to f64; enable the f32 Cargo feature for single precision.
f64
f32