Searched refs:bnPow (Results 1 – 1 of 1) sorted by relevance
1024 function bnPow(e) { return this.exp(e,new NullExp()); } function1331 BigInteger.prototype.pow = bnPow;