Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:bnDivide

980 function bnDivide(a) { var r = nbi(); this.divRemTo(a,r,null); return r; }
1326 BigInteger.prototype.divide = bnDivide;