Module f16

Module f16 

Source
Available on crate feature f16 only.
Expand description

Half-precision IEEE-754 floating point implementation.

f16 is meant as an interchange format, and therefore there may be rounding error in using it for fast-path algorithms. Since there are no native operations using f16, this is of minimal concern.

Structs§

f16
A 16-bit floating point type implementing the IEEE 754-2008 standard binary16 a.k.a “half” format.