fixed: Signed 15.16 precision fixed point arithmetic

[ bsd3, library, numeric ] [ Propose Tags ]

Signed 15.16 precision fixed point arithmetic


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.2, 0.2.1, 0.2.1.1, 0.3
Change log CHANGELOG.markdown
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2014-2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Numeric
Home page http://github.com/ekmett/fixed
Bug tracker http://github.com/ekmett/fixed/issues
Source repo head: git clone git://github.com/ekmett/fixed.git
Uploaded by EdwardKmett at 2019-06-07T03:08:08Z
Distributions Debian:0.3, Fedora:0.3, LTSHaskell:0.3, NixOS:0.3, Stackage:0.3
Reverse Dependencies 4 direct, 230 indirect [details]
Downloads 19985 total (131 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 fixed-0.3

[back to package description]

fixed

Hackage Build Status

This package supplies signed fixed-precision values 15 bits above the decimal, 16 bits below.

These arise commonly in GPU applications and it is chosen to match the GLfixed specification.

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