Changelog
6.2.0
toString
value.Symbol.for('nodejs.util.inspect.custom')
.BigInt
when Big.strict
is true
.neg
method to negate a Big number.Changelog
6.1.1
round
, toFixed
etc. using original constructor RM
(bug introduced in v6.0.0).Changelog
6.1.0
toFixed
etc. rounding mode parameter.Big
constructor.Changelog
6.0.3
Changelog
6.0.0
toExponential
, toFixed
and toPrecision
.Big.strict = true
.toNumber
method.prec
method to round a Big to a specified number of significant digits.toJSON
to return exponential format.Big.version
.toNumber
and prec
tests.