Home
last modified time | relevance | path

Searched refs:bnAbs (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js210 function bnAbs() { return (this.s<0)?this.negate():this; } function
554 BigInteger.prototype.abs = bnAbs;