mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
8 lines
401 B
Plaintext
8 lines
401 B
Plaintext
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/
|