example.js 107 B

123
  1. var BigInteger = require('./');
  2. var a = new BigInteger('91823918239182398123');
  3. console.log(a.bitLength());