Searched refs:f_lcm (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Drational.c352 f_lcm(VALUE x, VALUE y) function
1718 return f_lcm(self, other);
1735 return rb_assoc_new(f_gcd(self, other), f_lcm(self, other));

Completed in 192 milliseconds