fcn lcm(m,n){ (m*n).abs()/m.gcd(n) } // gcd is a number method