@hackage half0.3.3
Half-precision floating-point
Categories
License
BSD-3-Clause
Maintainer
Edward A. Kmett <ekmett@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.9 && <5
- binary >=0.5.1.0 && <0.9
- deepseq >=1.4.2.0 && <1.6
- template-haskell >=2.11 Show all…
Dependents (23)
@hackage/containers-accelerate, @cardano/cardano-binary, @hackage/futhark, @hackage/OpenGLRaw, @hackage/cuddle, @hackage/opengles, Show all…
half
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.
Contact Information
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett