summaryrefslogtreecommitdiff
path: root/test/ruby/test_rational.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-09-12test_rational.rb: fix default externalnobu
2015-09-12test_rational.rb: r51828nobu
2015-05-17numeric.c: Numeric#positive? and Numeric#negative?nobu
2014-08-27* test/ruby/test_complex.rb: removed unreachable code.hsbt
2014-08-26* test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt
2014-08-24* test/ruby/test_complex.rb: removed needless conditions.hsbt
2014-08-24* test/ruby/test_rational.rb: fixed indent.hsbt
2014-08-24* test/ruby/test_rational.rb: remove commented-out code.hsbt
2013-12-13test/ruby: better assertionsnobu
2013-02-05* rational.c (nurat_expt): Deal with special cases for rationals 0, ±1marcandre
2012-07-26test_complex.rb, test_rational.rb: revert some assertionsnobu
2012-07-25complex.c, rational.c: compatible marshal loadernobu
2012-06-22revert some teststadf
2012-06-03 * complex.c: wrote Complex#_dump and Complex::load. But nowtadf
2012-06-03 * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf
2011-08-17* rational.c (nurat_coerce): Rational#coerce should converts itselfmrkn
2011-05-09 * test/ruby/test_{complex,rational}.rb: added tests.tadf
2010-11-22added some tests.tadf
2010-08-06* rational.c (nurat_div): divided by infinity should be zero.nobu
2010-08-06* rational.c (nurat_div): divided by float zero should benobu
2010-08-05* complex.c (nucomp_marshal_load): should check the argument.nobu
2010-04-26 * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf
2010-04-25 * complex.c, ratioanl.c: reverted experimental r24565.tadf
2010-01-26suppress warnings.akr
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