Skip to main content

Float

Type Alias Float 

Source
pub type Float = f32;
Expand description

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