method

lcm

v1_9_1_378 - Show latest stable - Class: Integer
lcm(p1)
public

No documentation available.

VALUE
rb_lcm(VALUE self, VALUE other)
{
    other = nurat_int_value(other);
    return f_lcm(self, other);
}