twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

example.js (107B)


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