Searched refs:bnAbs (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/jsbn/ | ||
H A D | index.js | 210 function bnAbs() { return (this.s<0)?this.negate():this; } function 554 BigInteger.prototype.abs = bnAbs; |
Completed in 2 milliseconds