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

/macosx-10.10/ruby-106/ruby/
H A Drational.c1432 #define f_reciprocal(x) f_quo(ONE, (x)) macro
1510 t = f_reciprocal(f_sub(b, k));
1511 b = f_reciprocal(f_sub(a, k));
H A Dcomplex.c875 f_reciprocal(VALUE x) function
951 return f_expt(f_reciprocal(self), f_negate(other));

Completed in 134 milliseconds