File size: 107 Bytes
bc20498
 
 
1
2
3
var BigInteger = require('./');
var a = new BigInteger('91823918239182398123');
console.log(a.bitLength());