aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rational.rb
Commit message (Expand)AuthorAgeFilesLines
...
* revert some teststadf2012-06-221-2/+0
* * complex.c: wrote Complex#_dump and Complex::load. But nowtadf2012-06-031-0/+2
* * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf2012-06-031-0/+5
* * rational.c (nurat_coerce): Rational#coerce should converts itselfmrkn2011-08-171-0/+4
* * test/ruby/test_{complex,rational}.rb: added tests.tadf2011-05-091-0/+14
* added some tests.tadf2010-11-221-0/+20
* * rational.c (nurat_div): divided by infinity should be zero.nobu2010-08-061-0/+3
* * rational.c (nurat_div): divided by float zero should benobu2010-08-061-0/+4
* * complex.c (nucomp_marshal_load): should check the argument.nobu2010-08-051-0/+5
* * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf2010-04-261-0/+55
* * complex.c, ratioanl.c: reverted experimental r24565.tadf2010-04-251-55/+0
* suppress warnings.akr2010-01-261-1/+1
* * test/ruby/test_complex.rb (@unify): fix the detection if mathyugui2009-11-261-1/+2
* * complex.c (nucomp_rationalize) added. [experimental]tadf2009-08-161-0/+55
* * complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu2009-07-251-0/+4
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-031-1/+1
* * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf2009-06-271-0/+3
* * rational.c (nurat_s_convert): calls to_r when the given argumenttadf2009-06-181-2/+2
* * complex.c (nucomp_coerce): accepts Complex instances.tadf2009-06-161-0/+6
* removed extra spaces.tadf2009-06-071-4/+4
* * test/ruby/test_complex.rb: added some tests.tadf2008-12-041-0/+14
* revert.tadf2008-12-031-3/+0
* * test/ruby/test_rational.rb: add a test.mame2008-12-021-0/+3
* trivial changes.tadf2008-11-101-1/+1
* * complex.c (nucomp_s_canonicalize_internal): does no applytadf2008-09-231-131/+21
* * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf2008-09-211-28/+47
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-10/+0
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-161-4/+6
* * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf2008-09-161-0/+2
* * complex.c: refined.tadf2008-09-131-1/+1
* * rational.c: removed unused code.tadf2008-09-071-11/+25
* * complex.c: uses f_real_p macro.tadf2008-09-051-0/+7
* * complex.c (numeric_abs2): new.tadf2008-08-311-2/+6
* removed some lines which gain the score of coverage.tadf2008-08-291-104/+0
* * complex.c ({nucomp,numeric}_rect): new.tadf2008-08-291-41/+149
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-221-16/+31
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-031-15/+0
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-021-1/+1
* anyway renamed.tadf2008-03-261-1/+1
* * test/ruby/test_rational.rb: add tests to achieve over 90% testmame2008-03-251-0/+104
* fixed. [ruby-dev:34109]tadf2008-03-221-4/+3
* both complex and rational are now builtin classes.tadf2008-03-161-0/+971