summaryrefslogtreecommitdiffstats
path: root/rational.c
Commit message (Expand)AuthorAgeFilesLines
* * complex.c, rational.c: fixed indent.nobu2008-04-221-119/+132
* * lib/cmath.rb: new.tadf2008-04-051-4/+3
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-031-19/+2
* * complex.c (nucomp_int_check): function for DRY real check.tadf2008-04-031-3/+3
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-021-33/+31
* * rational.c (nurat_int_check): function for DRY integer check.matz2008-04-021-54/+19
* * rational.c: need to include <float.h> just once.matz2008-04-011-4/+1
* adopted the ruby's style.tadf2008-03-311-989/+999
* revert.tadf2008-03-311-1/+1
* * numeric.c (num_quo): should convert its operand to Rational.matz2008-03-311-1/+1
* * complex.c (f_lcm): removed.tadf2008-03-271-22/+73
* trivial changes.tadf2008-03-241-55/+55
* fixed. [ruby-dev:34109]tadf2008-03-221-19/+19
* rearrangement.tadf2008-03-201-5/+8
* * rational.c (nurat_to_f): C99.nobu2008-03-201-1/+1
* improvements.tadf2008-03-201-68/+549
* added rb_gcd.tadf2008-03-191-0/+6
* revert.tadf2008-03-191-19/+16
* * complex.c (nucomp_to_s, nucomp_inspect): get rid of makingnobu2008-03-191-16/+19
* edited comments.tadf2008-03-161-1/+1
* both complex and rational are now builtin classes.tadf2008-03-161-0/+1111