method
gcdlcm
v1_9_1_378 -
Show latest stable
- Class:
Integer
gcdlcm(p1)public
No documentation available.
VALUE
rb_gcdlcm(VALUE self, VALUE other)
{
other = nurat_int_value(other);
return rb_assoc_new(f_gcd(self, other), f_lcm(self, other));
}