Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/half
half-precision floating-point
https://github.com/ekmett/half
Last synced: 21 days ago
JSON representation
half-precision floating-point
- Host: GitHub
- URL: https://github.com/ekmett/half
- Owner: ekmett
- License: other
- Created: 2014-11-02T00:15:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T12:43:10.000Z (12 months ago)
- Last Synced: 2024-03-26T00:46:28.147Z (7 months ago)
- Language: Haskell
- Size: 103 KB
- Stars: 14
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
half
====[![Hackage](https://img.shields.io/hackage/v/half.svg)](https://hackage.haskell.org/package/half) [![Build Status](https://github.com/ekmett/half/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/half/actions?query=workflow%3AHaskell-CI)
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