bignumber.js
Advanced tools
Changelog
7.2.0
main
field in package.json.Changelog
7.0.2
Changelog
7.0.0
Object.freeze(Object.prototype)
.BigNumber.DEBUG
is true
.BigNumber.DEBUG
is true
. Return BigNumber NaN
instead.exponentiatedBy
: allow BigNumber exponent.toFraction
: allow Infinity
maximum denominator.Changelog
6.0.0
APLHABET
configuration option.ERRORS
configuration option.toDigits
method; extend precision
method accordingly.round
method; extend decimalPlaces
method accordingly.ceil
, floor
, and truncated
.add
, cmp
, isInt
, isNeg
, trunc
, mul
, neg
and sub
.shift
to shiftedBy
, another
to clone
, toPower
to exponentiatedBy
, and equals
to isEqualTo
.is
prefix to greaterThan
, greaterThanOrEqualTo
, lessThan
and lessThanOrEqualTo
.multipliedBy
, isBigNumber
, isPositive
, integerValue
, maximum
and minimum
.