summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 17:21:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-23 17:21:26 +0000
commit39ea1c8c7c68e2b09c5d2b8641f049f702ca9805 (patch)
tree4acfdf113505668bec6bf86d80e2933370e6b1ff /ChangeLog
parent1ef3ac47384e27817f45864f65162fbc04a5d12f (diff)
* ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is
PI/2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff359dc1e3..0315699ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Thu Sep 24 02:08:35 2009 Nobuyoshi Nakada <[email protected]>
+Thu Sep 24 02:21:23 2009 Nobuyoshi Nakada <[email protected]>
+
+ * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is
+ PI/2.
* ext/bigdecimal/lib/bigdecimal/math.rb (atan): reduce loop with
the formula of the double corner. based on a patch from