Description
Safe and very efficient arithmetic operations on fixed decimal point numbers.
Description
Please see the README on GitHub at https://github.com/fpco/safe-decimal#readme
README.md
safe-decimal
Language | Travis |
---|---|
Package | Hackage | Nightly | LTS |
---|---|---|---|
safe-decimal |
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.