big_decimal 0.5.0
big_decimal: ^0.5.0 copied to clipboard
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
CHANGELOG #
0.5.0 #
- Add toPlainString()
0.4.4 #
- (Really) fix CI
0.4.1 #
- Fix CI and update package to use lints
0.4.0 #
- Add
zero
,one
andtwo
static values: e.g.BigDecimal.zero
0.3.1 #
- Add missing hashCode implementation
aka remove feature where all BigDecimals were different
0.2.1 #
- Remove undue logs
0.2.0 #
- Implement and test toDouble, toBigInt and toInt
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.