Searched refs:bnMax (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/jsbn/ | ||
H A D | index.js | 699 function bnMax(a) { return(this.compareTo(a)>0)?this:a; } function 1183 BigInteger.prototype.max = bnMax; |
Completed in 3 milliseconds