Home | History | Annotate | Download | only in v8-v6

Lines Matching refs:bnAbs

276 function bnAbs() { return (this.s<0)?this.negate():this; }
652 BigInteger.prototype.abs = bnAbs;