From 9cd70970823e1ed98cf63060408e1c94b9b076c0 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 16 Aug 2009 22:28:48 +0000 Subject: * numeric.c (num_imaginary): num#i to return imaginary counterpart of the given numeric. * complex.c (Init_Complex): undef #i for complex numbers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 36f8273da..8308ccdb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 17 07:16:10 2009 Yukihiro Matsumoto + + * numeric.c (num_imaginary): num#i to return imaginary counterpart + of the given numeric. + + * complex.c (Init_Complex): undef #i for complex numbers. + Mon Aug 17 00:17:33 2009 Tadayoshi Funaba * lib/complex.rb, lib/rational.rb: added warning messages. -- cgit