pub type Real = f32;
The crate’s chosen scalar type.
gemath is currently f32-only; this alias exists so documentation and downstream code can consistently refer to the scalar type.
gemath
f32