Skip to main content

Float

Type Alias Float 

Source
pub type Float = f32;
Expand description

Floating-point type used by the crate.

f32 keeps the implementation compact for microcontrollers and avoids pulling in generic numeric traits.