bignumber.js
Advanced tools
Changelog
9.1.2
round
to avoid bug in v8 Maglev compiler.minimum(0, -0)
should be -0
.Changelog
9.1.1
exponentiatedBy
: ensure 0**-n === Infinity
for very large n
.Changelog
9.1.0
import
example.toString
note.decimalPlaces()
return type in bignumber.d.ts.crypto
example.exports
field to package.json.new
.Changelog
9.0.2
Changelog
9.0.1
sqrt
initial estimate.Changelog
8.1.1
var
to export BigNumber
.Changelog
8.0.2
toPrecision
without argument should follow toString
.toString(10)
.