half: Half-precision floating-point

[ bsd3, library, numeric ] [ Propose Tags ]

Half-precision floating-point


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.7 && <5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2014 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2015-02-04T17:31:11Z
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/analytics/half.git
Uploaded by EdwardKmett at 2014-11-02T20:22:18Z
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 uploaded by user
Build status unknown [no reports yet]

Readme for half-0.2

[back to package description]

half

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