Skip to main content

Real

Type Alias Real 

Source
pub type Real = f32;
Expand description

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.