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]

  • Numeric
    • Numeric.Fixed

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 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 2015-03-07T08:16:39Z
Distributions Debian:0.3, Fedora:0.3, LTSHaskell:0.3, NixOS:0.3, Stackage:0.3
Reverse Dependencies 4 direct, 230 indirect [details]
Downloads 19908 total (110 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 2015-03-07 [all 1 reports]

Readme for fixed-0.2.1.1

[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