Home | History | Annotate | Download | only in benchmarks

Lines Matching full:lcm

418     var lcm = 1;
420 var f = Math.round(arguments[i] / sc_euclid_gcd(arguments[i], lcm));
421 lcm *= Math.abs(f);
423 return lcm;