mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
a4f423f18b
commit
0b2db1ab4c
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue