aboutsummaryrefslogtreecommitdiff
path: root/math/half/pkg-descr
blob: daa27f9e3216911b0804effef8e0169103d0fc36 (plain) (blame)
1
2
3
4
5
6
7
half is a C++ header-only library to provide an IEEE 754 conformant 16-bit
half-precision floating-point type along with corresponding arithmetic
operators, type conversions and common mathematical functions. It aims for
both efficiency and ease of use, trying to accurately mimic the behaviour of
the built-in floating-point types at the best performance possible.

WWW: http://half.sourceforge.net/