pub type Float = f32;
Expand description
Alias of the f32
type, to be used through out the codebase anywhere a default sized
Float
is necessary.
pub type Float = f32;
Alias of the f32
type, to be used through out the codebase anywhere a default sized
Float
is necessary.