Popularity
8.3
Growing
Activity
0.0
Stable
21
17
6

Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math     Numeric     Numerical    
Latest version: v0.2.0

safe-decimal alternatives and similar packages

Based on the "Math" category.
Alternatively, view safe-decimal alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of safe-decimal or a related project?

Add another 'Math' Package

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.