From 94586a00a48966383a15e851e2c4849bc57700b5 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 20 Sep 2009 15:07:38 +0000 Subject: * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log): improved precision and performance. based on a patch from Makoto Yamashita in [ruby-core:25600] and [ruby-core:25602]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fcf26c077..db8fed2c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 21 00:07:36 2009 Nobuyoshi Nakada + + * ext/bigdecimal/lib/bigdecimal/math.rb (sin, cos, atan, exp, log): + improved precision and performance. based on a patch from Makoto + Yamashita in [ruby-core:25600] and [ruby-core:25602]. + Sun Sep 20 11:11:34 2009 Marc-Andre Lafortune * struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of -- cgit