aboutsummaryrefslogtreecommitdiffstats
path: root/doc/NEWS-1.9.3
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-10 15:40:07 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-10 15:40:07 +0000
commit0b2db1ab4c92be307305821a5392b5ac2c75ba46 (patch)
tree7793d9d944674e7f9114324a6286de64aa1ec05a /doc/NEWS-1.9.3
parenta4f423f18bd60312c7e6e503c60e368c064abbd1 (diff)
downloadruby-0b2db1ab4c92be307305821a5392b5ac2c75ba46.tar.gz
* 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
Diffstat (limited to 'doc/NEWS-1.9.3')
-rw-r--r--doc/NEWS-1.9.32
1 files changed, 2 insertions, 0 deletions
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.