1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 14:30:49 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Michael Mclaughlin
8a6f8fe412 v5.0.0 2016-01-25 00:11:32 +00:00
Michael Mclaughlin
8d7a9969de v4.0.0 toFormat amended 2014-11-10 16:00:14 +00:00
Michael Mclaughlin
e02587a173 v3.0.0 2014-06-04 23:59:07 +01:00
Michael Mclaughlin
800cef4c1f Fix NaN toNumber 2014-05-08 19:27:25 +01:00
Michael Mclaughlin
b141f3480d v2.0.0
Avoid potential confusion over the round method: ceil, floor, round and
trunc no longer accept arguments and so they match their JS Math object
equivalents. Removed toInteger as round now handles rounding to integer. Added
toSignificantDigits as round no longer rounds to precision. Updated tests
accordingly. Calling config without argument no longer throws.
2014-04-10 19:30:38 +01:00
Michael Mclaughlin
b92f900a93 Initial commit 2014-04-02 16:28:08 +01:00