зеркало из https://github.com/github/ruby.git
* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] remove example of
Rational#to_d without argument. [Bug #8958] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c3c06ff78c
Коммит
6cbe261626
|
@ -1,3 +1,8 @@
|
|||
Thu Nov 14 23:39:00 2013 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
|
||||
|
||||
* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] remove example of
|
||||
Rational#to_d without argument. [Bug #8958]
|
||||
|
||||
Thu Nov 14 20:24:15 2013 Naohisa Goto <ngotogenome@gmail.com>
|
||||
|
||||
* ruby_atomic.h (ATOMIC_SIZE_CAS): fix compile error on Solaris
|
||||
|
|
|
@ -115,8 +115,6 @@ class Rational < Numeric
|
|||
#
|
||||
# r = (22/7.0).to_r
|
||||
# # => (7077085128725065/2251799813685248)
|
||||
# r.to_d
|
||||
# # => #<BigDecimal:1a52bd8,'0.3142857142 8571427937 0154144999 105E1',45(63)>
|
||||
# r.to_d(3)
|
||||
# # => #<BigDecimal:1a44d08,'0.314E1',18(36)>
|
||||
def to_d(precision)
|
||||
|
|
Загрузка…
Ссылка в новой задаче