fixed: Signed 15.16 precision fixed point arithmetic

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Signed 15.16 precision fixed point arithmetic


[Skip to Readme]

Properties

Versions 0.1, 0.1.0.1, 0.2, 0.2.1, 0.2.1.1, 0.3, 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:06:54Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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