Lines Matching refs:bnMax
802 function bnMax(a) { return(this.compareTo(a)>0)?this:a; }1301 BigInteger.prototype.max = bnMax;