aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rational.rb
Commit message (Expand)AuthorAgeFilesLines
* rational.c: float denomnobu2017-03-161-1/+13
* rational.c: read_numnobu2017-03-161-0/+16
* test_rational.rb: invalid exponentnobu2017-03-161-0/+4
* test_rational.rb: duplicate assertionsnobu2017-03-161-36/+0
* rational.c: zero divisionnobu2017-03-161-0/+5
* test_rational.rb: shortennobu2017-03-161-93/+98
* rational.c: infinity in powernobu2017-02-221-0/+2
* rational.c: infinity in powernobu2017-02-221-0/+6
* test_rational.rb: messagesnobu2017-01-161-93/+93
* rational.c: memory leak in gcdnobu2016-12-301-0/+10
* numeric.c: reduce fdivnobu2016-12-281-0/+7
* internal.h: change the default rounding mode to half-upmrkn2016-12-101-2/+2
* get rid of ambiguous parentheses warningsnobu2016-11-291-1/+1
* round-downnobu2016-11-251-6/+7
* rational.c: check loadnobu2016-11-111-0/+8
* numeric.c: round to nearest evennobu2016-11-051-10/+13
* refine assertionsnobu2016-10-241-23/+23
* numeric.c, complex.c: Add finite? and infinite? consistent with Floatmrkn2016-07-171-0/+9
* hash method valuesnobu2016-05-211-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* assertions.rb: set default internal encodingnobu2016-04-091-3/+1
* test/ruby: suppress runtime warningsnobu2016-02-191-1/+2
* test/ruby: suppress parser warningsnobu2016-02-191-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_rational.rb: fix default externalnobu2015-09-121-1/+5
* test_rational.rb: r51828nobu2015-09-121-0/+1
* numeric.c: Numeric#positive? and Numeric#negative?nobu2015-05-171-0/+10
* * test/ruby/test_complex.rb: removed unreachable code.hsbt2014-08-271-118/+50
* * test/ruby/test_complex.rb: cherry-picked working assertions from r47251.hsbt2014-08-261-0/+2
* * test/ruby/test_complex.rb: removed needless conditions.hsbt2014-08-241-37/+16
* * test/ruby/test_rational.rb: fixed indent.hsbt2014-08-241-6/+6
* * test/ruby/test_rational.rb: remove commented-out code.hsbt2014-08-241-155/+0
* test/ruby: better assertionsnobu2013-12-131-6/+6
* * rational.c (nurat_expt): Deal with special cases for rationals 0, ±1marcandre2013-02-051-0/+20
* test_complex.rb, test_rational.rb: revert some assertionsnobu2012-07-261-1/+5
* complex.c, rational.c: compatible marshal loadernobu2012-07-251-7/+8
* 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