diff options
| author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 15:10:40 +0000 |
|---|---|---|
| committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 15:10:40 +0000 |
| commit | 17819373a013d5a9d6d209c7b635266ed616251e (patch) | |
| tree | e4004d596505d38026babd2c65ae0fe8e5f00bbc /ChangeLog | |
| parent | 7883347da8d433c5dc5ffd37cae2a2cf9268636e (diff) | |
| download | ruby-17819373a013d5a9d6d209c7b635266ed616251e.tar.gz ruby-17819373a013d5a9d6d209c7b635266ed616251e.tar.xz ruby-17819373a013d5a9d6d209c7b635266ed616251e.zip | |
* math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added.
* complex.c: follows the above change.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed Oct 29 00:08:05 2008 Tadayoshi Funaba <tadf@dotrb.org> + + * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added. + + * complex.c: follows the above change. + Tue Oct 28 23:29:06 2008 NARUSE, Yui <naruse@ruby-lang.org> * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars. |
