Type Alias HALF

Source
pub type HALF = u16;
Expand description

A 16-bit floating point number consisting of a sign bit, a 5-bit biased exponent, and a 10-bit mantissa.