* ChangeLog: fixed wrong translation.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-28 05:54:42 +00:00
Родитель bb3addfec4
Коммит 78070bd28e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -176,8 +176,8 @@ Thu Sep 24 02:21:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
PI/2.
* 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].
the double-angle formula. 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>