summaryrefslogtreecommitdiff
path: root/rational.c
AgeCommit message (Expand)Author
2008-04-05 * lib/cmath.rb: new.tadf
2008-04-03* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz
2008-04-03 * complex.c (nucomp_int_check): function for DRY real check.tadf
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-04-02* rational.c (nurat_int_check): function for DRY integer check.matz
2008-04-01* rational.c: need to include <float.h> just once.matz
2008-03-31adopted the ruby's style.tadf
2008-03-31revert.tadf
2008-03-31* numeric.c (num_quo): should convert its operand to Rational.matz
2008-03-27 * complex.c (f_lcm): removed.tadf
2008-03-24trivial changes.tadf
2008-03-22fixed. [ruby-dev:34109]tadf
2008-03-20rearrangement.tadf
2008-03-20* rational.c (nurat_to_f): C99.nobu
2008-03-20improvements.tadf
2008-03-19added rb_gcd.tadf
2008-03-19revert.tadf
2008-03-19* complex.c (nucomp_to_s, nucomp_inspect): get rid of makingnobu
2008-03-16edited comments.tadf
2008-03-16both complex and rational are now builtin classes.tadf