method
lcm
lcm(p1)
public
Hide source
VALUE rb_lcm(VALUE self, VALUE other) { other = nurat_int_value(other); return f_lcm(self, other); }