@hackage / safe-decimal

Safe and very efficient arithmetic operations on fixed decimal point numbers

Latest0.2.1.0

About

Metadata

  • Last updated , by lehins
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: alexey@kuleshevi.ch

  • Lottery factor: 0

Links

Installation

Readme

safe-decimal

Language Travis
GitHub top language Travis
Package Hackage Nightly LTS
safe-decimal Hackage Nightly Nightly

An implementation of a decimal point data type, that is backed by any custom integral type. It is safe, because things like integer overflows, underflows, division by zero etc. are checked for during the runtime and are prevented in pure code.