1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 22:40:48 +00:00
MikeMcl_decimal.js/test
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
..
browser v2.0.0 2014-04-10 19:30:38 +01:00
perf Initial commit 2014-04-02 16:28:08 +01:00
abs.js Initial commit 2014-04-02 16:28:08 +01:00
baseIn.js Initial commit 2014-04-02 16:28:08 +01:00
baseOut.js Initial commit 2014-04-02 16:28:08 +01:00
ceil.js v2.0.0 2014-04-10 19:30:38 +01:00
cmp.js Initial commit 2014-04-02 16:28:08 +01:00
config.js v2.0.0 2014-04-10 19:30:38 +01:00
constructor.js v2.0.0 2014-04-10 19:30:38 +01:00
div.js Initial commit 2014-04-02 16:28:08 +01:00
divToInt.js Initial commit 2014-04-02 16:28:08 +01:00
dpSd.js Initial commit 2014-04-02 16:28:08 +01:00
every-test.js v2.0.0 2014-04-10 19:30:38 +01:00
exp.js Initial commit 2014-04-02 16:28:08 +01:00
floor.js v2.0.0 2014-04-10 19:30:38 +01:00
intPow.js Initial commit 2014-04-02 16:28:08 +01:00
isFiniteEtc.js v2.0.0 2014-04-10 19:30:38 +01:00
ln.js Initial commit 2014-04-02 16:28:08 +01:00
log10.js Initial commit 2014-04-02 16:28:08 +01:00
log.js Initial commit 2014-04-02 16:28:08 +01:00
minAndMax.js v2.0.0 2014-04-10 19:30:38 +01:00
minus.js Initial commit 2014-04-02 16:28:08 +01:00
mod.js Initial commit 2014-04-02 16:28:08 +01:00
neg.js Initial commit 2014-04-02 16:28:08 +01:00
plus.js Initial commit 2014-04-02 16:28:08 +01:00
pow.js Initial commit 2014-04-02 16:28:08 +01:00
powSqrt.js Initial commit 2014-04-02 16:28:08 +01:00
random.js Initial commit 2014-04-02 16:28:08 +01:00
round.js v2.0.0 2014-04-10 19:30:38 +01:00
sqrt.js Initial commit 2014-04-02 16:28:08 +01:00
times.js Initial commit 2014-04-02 16:28:08 +01:00
toDP.js Initial commit 2014-04-02 16:28:08 +01:00
toExponential.js Initial commit 2014-04-02 16:28:08 +01:00
toFixed.js Initial commit 2014-04-02 16:28:08 +01:00
toFormat.js Initial commit 2014-04-02 16:28:08 +01:00
toFraction.js Initial commit 2014-04-02 16:28:08 +01:00
toNearest.js Initial commit 2014-04-02 16:28:08 +01:00
toNumber.js Initial commit 2014-04-02 16:28:08 +01:00
toPrecision.js Initial commit 2014-04-02 16:28:08 +01:00
toSD.js v2.0.0 2014-04-10 19:30:38 +01:00
toStringEtc.js Initial commit 2014-04-02 16:28:08 +01:00
trunc.js v2.0.0 2014-04-10 19:30:38 +01:00