Skip to content

ericpashman/Haskell-Decimal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Haskell-Decimal

Fixed-precision decimal numbers, where the precision is carried with the numbers at run-time.

This is intended for financial arithmetic, so functions are included that allow values to be split into lists of new values without dropping any pennies on the floor. So $10.00 split three ways will produce two lots of $3.33 and one lot of $3.34.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%