for more information visit the package's GitHub page
Package contains the following modules:
Arbitrary-precision arithmetic package for Elm
Elm library for arbitrary-precision decimal arithmetic that supports basic arithmetic, comparison, and rounding operations.
I initially wrote this library because I needed division operation of big decimal numbers. My goal was to write a library that:
moveZeroesToE
function. They are currently being truncated but should be rounded.Maybe.withDefault
calls in Decimal module if possible.toString
functions using Parser
library.Significand
without relying on Integer.toString
. Current implementation uses string manipulation using regular expression, as my initial implementation using recursion was crushingly slow.