Searched refs:bnMax (Results 1 – 1 of 1) sorted by relevance
699 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function1183 BigInteger.prototype.max = bnMax;