From 7ced5439b4fea1ca080473c82320dc81d20d5cce Mon Sep 17 00:00:00 2001 From: mame Date: Sat, 9 Feb 2008 12:21:30 +0000 Subject: * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and Math#cbrt, and use assert_in_delta instead of assert. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d2375f762..c50473b2ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 9 21:20:28 2008 Yusuke Endoh + + * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and + Math#cbrt, and use assert_in_delta instead of assert. + Sat Feb 9 18:34:45 2008 Tanaka Akira * math.c (math_cbrt): new method Math.cbrt. @@ -69,7 +74,7 @@ Fri Feb 8 09:27:57 2008 NARUSE, Yui * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility. -Fri Feb 08 00:07:24 2008 Yusuke Endoh +Fri Feb 8 00:07:24 2008 Yusuke Endoh * test/ruby/test_hash.rb: follow the change of Hash#flatten. -- cgit v1.2.3