Skip to main content

Float

Type Alias Float 

Source
pub type Float = f64;
Expand description

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