aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 17:08:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 17:08:37 +0000
commit1ef3ac47384e27817f45864f65162fbc04a5d12f (patch)
treefab96e351bf6b1b24cd069b8782d6a641d17b40a /ChangeLog
parent12fcef8829b9f514a517c606bd783eaffb401318 (diff)
downloadruby-1ef3ac47384e27817f45864f65162fbc04a5d12f.tar.gz
* ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop with
the formula of the double corner. based on a patch from Masahiro Kanai (CanI) in [ruby-dev:39367]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0c4ef5299..ff359dc1e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 24 02:08:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop with
+ the formula of the double corner. based on a patch from
+ Masahiro Kanai (CanI) in [ruby-dev:39367].
+
Thu Sep 24 01:14:18 2009 Yutaka Kanemoto <kanemoto@ruby-lang.org>
* dln.c (aix_loaderror): fixed typo. suppress warnings.