1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: annotate for redmine.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2010-08-27 03:58:00 +00:00
parent 9be503f332
commit e52469a43d

View file

@ -1,6 +1,7 @@
Fri Aug 27 12:47:44 2010 Kenta Murata <mrkn@mrkn.jp>
* math.c (math_atan2): change the behavior when x and y are zero.
[ruby-dev:42090] [Bug #3736] [ruby-dev:42116]
* test/ruby/test_math.rb (test_atan2): add tests for the above
changes.