big_decimal 0.1.0 copy "big_decimal: ^0.1.0" to clipboard
big_decimal: ^0.1.0 copied to clipboard

outdated

A bugless implementation of BigDecimal in Dart based on Java's BigDecimal

CHANGELOG #

0.1.0 #

  • Better parser and toString implementations
  • Fix problems with rounding
  • More unit tests

0.0.1 #

  • Adds some basic operators: +, -, *, divide, abs, </<=/>/>=/==
  • CompareTo has a basic implementation that lacks optimization
  • Lots of TODOs still
  • Parse and toString are on a very draft impl just to test

0.0.1-ci.2 #

  • Add README and test CI.

0.0.1-ci.1 #

  • Only to test CI.
14
likes
0
pub points
89%
popularity

Publisher

verified publisherbugless.dev

A bugless implementation of BigDecimal in Dart based on Java's BigDecimal

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on big_decimal