example.js (107B)
1 var BigInteger = require('./'); 2 var a = new BigInteger('91823918239182398123'); 3 console.log(a.bitLength());