half precision floating point
This package supplies half-precision floating point values w/ 1 bit
of sign, 5 bits of exponent, 11 bits of mantissa trailing a leading
1 bit with proper underflow.
These arise commonly in GPU applications.

Maintainer: Matthias Kilian <kili@openbsd.org>

WWW: https://hackage.haskell.org/package/half
