Searched refs:bnClearBit (Results 1 – 1 of 1) sorted by relevance
810 function bnClearBit(n) { return this.changeBit(n,op_andnot); } function1195 BigInteger.prototype.clearBit = bnClearBit;