pub type Float = f32;
Floating-point type used by the crate.
f32 keeps the implementation compact for microcontrollers and avoids pulling in generic numeric traits.
f32