mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-02 00:12:15 +00:00
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
(function () {
|
|
var BigInteger = jsbn.BigInteger;
|
|
var a = new BigInteger('91823918239182398123');
|
|
console.log(a.bitLength());
|
|
}());
|