yet_another_decimal 1.0.2
yet_another_decimal: ^1.0.2 copied to clipboard
Yet another package for working with decimals without loss of precision, including two versions - one for large numbers, based on BigInt, and a fast version, based on int.
A sample command-line application with an entrypoint in bin/
, library code
in lib/
, and example unit test in test/
.