sio_big_decimal 0.1.5 sio_big_decimal: ^0.1.5 copied to clipboard
Numeric library to manipulate very big numbers keeping very high precision.
0.1.5 #
- Fixed bug in compareTo.
0.1.4 #
- Added
<
,<=
,>
,>=
operators. - Added
abs
method. - Implemented
Comparable
interface.
0.1.3 #
- Added
compareTo
method. - Added
isNegative
property. - Added
BigDecimal.one
andBigDecimal.two
.
0.1.2 #
- Made implicit sign empty string.
0.1.1 #
- Changed
intl
dependency version to^0.17.0
.
0.1.0 #
- Initial version.