Half

Type Alias Half 

Source
pub type Half = IeeeFloat<HalfS>;
Expand description

IEEE binary16 half-precision (16-bit) floating point number.

Aliased Typeยง

pub struct Half { /* private fields */ }