@hackage / FixedPoint-simple

Fixed point, large word, and large int numerical representations (types and common class instances)

Latest0.6.1

About

Metadata

  • Last updated , by ThomasDuBuisson
  • License BSD-3-Clause
  • Maintained by: Thomas.DuBuisson@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

This library uses elementary techniques to implement fixed point types in terms of basic integrals such as Word64. All mathematical operations are implemented explicilty, instead of lifting to Integer, so that this code can be used for educational purposes or as a basis for fixed point libraries in other languages.