aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-24 13:58:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-24 13:58:52 +0000
commit3bcb10ad2a11f60ec8458ad24f64b0ec97a816cc (patch)
treee1dbae865f6e785771dd2bb93bf34cd5eebedfb7 /ChangeLog
parent87e3aec84d13f179fe56a24243baf0f9b55ac87c (diff)
downloadruby-3bcb10ad2a11f60ec8458ad24f64b0ec97a816cc.tar.gz
complex.c: multiply as rotation
* complex.c (nucomp_mul): calculate as rotation in complex plane if matrix calculation resulted in NaN. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2ea4b94e6..a9cc1b8814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 24 22:58:48 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * complex.c (nucomp_mul): calculate as rotation in complex plane
+ if matrix calculation resulted in NaN.
+
Tue Feb 24 21:45:39 2015 Kazuki Tanaka <mail@tanakakazuki.com>
* test/ruby/test_math.rb(test_cbrt): Add an assertion for Math.cbrt(1.0/0)