summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_numeric.rb
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * numeric.c (num_div): don't use num_floor which is actuallytadf2009-06-201-0/+4
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-161-2/+2
* * numeric.c (num_div): should raise ZeroDivisionError.matz2008-05-271-3/+3
* * numeric.c (bit_coerce): float should not be a valid operand ofmatz2008-05-071-3/+3
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-071-10/+1
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-071-1/+10
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-021-10/+1
* * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz2008-03-131-4/+2
* add a test for [ruby-dev:34006].akr2008-03-081-0/+2
* code duplication removed.akr2008-03-081-223/+0
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-1/+4
* * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame2008-02-031-0/+446