half: Half-precision floating-point

[ bsd3, library, numeric ] [ Propose Tags ]

Half-precision floating-point.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.0.1, 0.2.1, 0.2.2, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.3, 0.3.1
Change log CHANGELOG.markdown
Dependencies base (>=4.3 && <5), deepseq (>=1.4 && <1.5), ghc-prim, template-haskell [details]
License BSD-3-Clause
Copyright Copyright (C) 2014 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Numeric
Home page http://github.com/ekmett/half
Bug tracker http://github.com/ekmett/half/issues
Source repo head: git clone git://github.com/ekmett/half.git
Uploaded by EdwardKmett at 2018-04-23T16:09:13Z
Distributions Arch:0.3.1, Debian:0.3, Fedora:0.3.1, LTSHaskell:0.3.1, NixOS:0.3.1, Stackage:0.3.1
Reverse Dependencies 16 direct, 2270 indirect [details]
Downloads 41581 total (220 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-29 [all 1 reports]

Readme for half-0.3

[back to package description]

half

Hackage Build Status

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