Type Alias Float32

Source
pub type Float32 = f32;
Expand description

32 bit IEEE float: 1 sign bit, 8 exponent bits, 23 fraction bits.