Type Definition arpfloat::FP32

source ·
pub type FP32 = Float<8, 23, { _ }>;
Expand description

Predefined FP32 float with 8 exponent bits, and 23 mantissa bits.