From 5a50aceb7243c6bd636cb615778214722d0593ab Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 28 Jun 2009 13:27:48 +0000 Subject: * complex.c (nucomp_expt): convert to a float when the given power is a bignum. * rational.c (nurat_expt): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3af2e6243..194dff7ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jun 28 22:25:07 2009 Tadayoshi Funaba + + * complex.c (nucomp_expt): convert to a float when the given power + is a bignum. + + * rational.c (nurat_expt): ditto. + Sun Jun 28 21:16:48 2009 Tadayoshi Funaba * lib/cmath.rb (sqrt): fixed an issue [ruby-list:45852]. -- cgit