Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * complex.c (numeric_abs2): new. | tadf | 2008-08-31 | 1 | -2/+6 |
* | removed some lines which gain the score of coverage. | tadf | 2008-08-29 | 1 | -104/+0 |
* | * complex.c ({nucomp,numeric}_rect): new. | tadf | 2008-08-29 | 1 | -41/+149 |
* | * complex.c (nucomp_div): now behaves as quo. | tadf | 2008-08-22 | 1 | -16/+31 |
* | * test/ruby/test_io_m17n.rb: remove a duplicative method. | mame | 2008-05-13 | 1 | -1/+1 |
* | * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242] | matz | 2008-04-03 | 1 | -15/+0 |
* | * numeric.c (num_rdiv): should always return rational number. | matz | 2008-04-02 | 1 | -1/+1 |
* | anyway renamed. | tadf | 2008-03-26 | 1 | -1/+1 |
* | * test/ruby/test_rational.rb: add tests to achieve over 90% test | mame | 2008-03-25 | 1 | -0/+104 |
* | fixed. [ruby-dev:34109] | tadf | 2008-03-22 | 1 | -4/+3 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -0/+971 |