Searched refs:bnEquals (Results 1 – 1 of 1) sorted by relevance
808 function bnEquals(a) { return(this.compareTo(a)==0); } function1307 BigInteger.prototype.equals = bnEquals;