diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-23 17:21:26 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-09-23 17:21:26 +0000 |
commit | 39ea1c8c7c68e2b09c5d2b8641f049f702ca9805 (patch) | |
tree | 4acfdf113505668bec6bf86d80e2933370e6b1ff /ChangeLog | |
parent | 1ef3ac47384e27817f45864f65162fbc04a5d12f (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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |