summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_math.rb
Commit message (Expand)AuthorAgeFilesLines
* add assertion message.akr2009-10-041-2/+3
* * math.c (math_gamma): get rid of direct comparison between toonobu2009-09-021-0/+11
* * math.c (math_log): should check argc.tadf2008-09-211-0/+1
* * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse2008-07-281-0/+4
* * missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr2008-03-061-1/+2
* * test/ruby/test_math.rb: actual-expected argument ordering formatz2008-02-141-25/+25
* * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame2008-02-091-1/+62
* * test/ruby/test_struct.rb: add tests to achieve over 90% testmame2008-01-231-6/+167
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-3/+3
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-2/+2
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+14