BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:fixed-0.3@sha256:f76bb14011911bdd9d71ecc16ffc8000821adfefdd48b38f952b2484900f37f6,868

Module documentation for 0.3

Depends on 1 package(full list with versions):
Used by 2 packages in nightly-2020-04-05(full list with versions):

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

Changes

0.3

  • Fixed an outstanding bug in round.

0.2.1.1

  • Minor documentation improvements.
  • Require base >= 4.7 properly in the source repository as the implementation uses coerce, so it doesn’t work on GHC < 7.8. This was fixed by maintenance releases to hackage previously.

0.2.1

  • Fixed bug in signum

0.2

  • Convert to/from Double to avoid precision issues.

0.1.0.1

  • Change tested-with to admit the support window is only 7.8+ at this point due to the use of Data.Coerce

0.1

  • Initial release