Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: bignumber.js
node v8.17.0
endpoint
share
tweet
const BigNumber = require("bignumber.js") const bn1 = 3158916439872439867982374698723489762983746892734895 const bn2 = new BigNumber('3158916439872439867982374698723489762983746892734895') console.log(bn1) console.log(bn2.toString())
Created from: https://npm.runkit.com/bignumber.js
Loading…
Clone and edit this document