From 0b2db1ab4c92be307305821a5392b5ac2c75ba46 Mon Sep 17 00:00:00 2001 From: mrkn Date: Sun, 10 Jul 2011 15:40:07 +0000 Subject: [PATCH] * doc/NEWS-1.9.3: describe the improvement of BigDecimal#power and BigDecimal#**. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS-1.9.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/NEWS-1.9.3 b/doc/NEWS-1.9.3 index ef00c1164e..ee400e2f89 100644 --- a/doc/NEWS-1.9.3 +++ b/doc/NEWS-1.9.3 @@ -102,6 +102,8 @@ with all sufficient information, see the ChangeLog file. the platform don't support supplementary groups concept. * bigdecimal + * BigDecimal#power and BigDecimal#** support non-integral exponent. + * Kernel.BigDecimal and BigDecimal.new now accept instances of Integer, Rational, and Float. If you pass a Rational or a Float to them, you must specify the precision to produce the digits of a BigDecimal.