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

/macosx-10.10/ruby-106/ruby/
H A Drational.c2013 VALUE two_times_f, den; local
2015 two_times_f = f_mul(TWO, f);
2018 a = rb_rational_new2(f_sub(two_times_f, ONE), den);
2019 b = rb_rational_new2(f_add(two_times_f, ONE), den);

Completed in 173 milliseconds