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