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