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

Lines Matching full:lcm

412     var lcm = 1;
414 var f = Math.round(arguments[i] / sc_euclid_gcd(arguments[i], lcm));
415 lcm *= Math.abs(f);
417 return lcm;