Home | History | Annotate | Download | only in v8-v6

Lines Matching refs:bnDivide

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