summaryrefslogtreecommitdiff
path: root/test/ruby/test_rational.rb
AgeCommit message (Expand)Author
2009-11-26* test/ruby/test_complex.rb (@unify): fix the detection if mathyugui
2009-08-16 * complex.c (nucomp_rationalize) added. [experimental]tadf
2009-07-25* complex.c (nucomp_hash), rational.c (nurat_hash): not to usenobu
2009-07-03 * rational.c: renamed equal_p to eqeq_p.tadf
2009-06-27 * rational.c (nurat_cmp): use rb_num_coerce_cmp.tadf
2009-06-18 * rational.c (nurat_s_convert): calls to_r when the given argumenttadf
2009-06-16 * complex.c (nucomp_coerce): accepts Complex instances.tadf
2009-06-07removed extra spaces.tadf
2008-12-04 * test/ruby/test_complex.rb: added some tests.tadf
2008-12-03revert.tadf
2008-12-02* test/ruby/test_rational.rb: add a test.mame
2008-11-10trivial changes.tadf
2008-09-23 * complex.c (nucomp_s_canonicalize_internal): does no applytadf
2008-09-21 * complex.c (nucomp_s_canonicalize_internal): checks exactness oftadf
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16 * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf
2008-09-13 * complex.c: refined.tadf
2008-09-07 * rational.c: removed unused code.tadf
2008-09-05 * complex.c: uses f_real_p macro.tadf
2008-08-31 * complex.c (numeric_abs2): new.tadf
2008-08-29removed some lines which gain the score of coverage.tadf
2008-08-29 * complex.c ({nucomp,numeric}_rect): new.tadf
2008-08-22 * complex.c (nucomp_div): now behaves as quo.tadf
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-04-03* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-03-26anyway renamed.tadf
2008-03-25* test/ruby/test_rational.rb: add tests to achieve over 90% testmame
2008-03-22fixed. [ruby-dev:34109]tadf
2008-03-16both complex and rational are now builtin classes.tadf