summaryrefslogtreecommitdiff
path: root/test/ruby/test_rational.rb
AgeCommit message (Expand)Author
2017-03-16rational.c: float denomnobu
2017-03-16rational.c: read_numnobu
2017-03-16test_rational.rb: invalid exponentnobu
2017-03-16test_rational.rb: duplicate assertionsnobu
2017-03-16rational.c: zero divisionnobu
2017-03-16test_rational.rb: shortennobu
2017-02-22rational.c: infinity in powernobu
2017-02-22rational.c: infinity in powernobu
2017-01-16test_rational.rb: messagesnobu
2016-12-30rational.c: memory leak in gcdnobu
2016-12-28numeric.c: reduce fdivnobu
2016-12-10internal.h: change the default rounding mode to half-upmrkn
2016-11-29get rid of ambiguous parentheses warningsnobu
2016-11-25round-downnobu
2016-11-11rational.c: check loadnobu
2016-11-05numeric.c: round to nearest evennobu
2016-10-24refine assertionsnobu
2016-07-17numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn
2016-05-21hash method valuesnobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-04-09assertions.rb: set default internal encodingnobu
2016-02-19test/ruby: suppress runtime warningsnobu
2016-02-19test/ruby: suppress parser warningsnobu
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