Searched refs:bnAbs (Results 1 – 3 of 3) sorted by relevance
284 function bnAbs() { return (this.s<0)?this.negate():this; } function660 BigInteger.prototype.abs = bnAbs;
41955 function bnAbs() { return (this.s<0)?this.negate():this; } function42299 BigInteger.prototype.abs = bnAbs;
8456 function bnAbs() { return (this.s<0)?this.negate():this; } function8800 BigInteger.prototype.abs = bnAbs;