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]

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.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 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2015-02-04T11:09:14Z
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 2014-11-02T21:57:15Z
Distributions Debian:0.3, Fedora:0.3, LTSHaskell:0.3, NixOS:0.3, Stackage:0.3
Reverse Dependencies 4 direct, 230 indirect [details]
Downloads 19905 total (111 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.2

[back to package description]

fixed

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