ruby-reference-manual:962
From: Yutaka HARA <redmine@r...>
Date: Wed, 18 Jun 2008 15:10:03 +0900
Subject: [ruby-reference-manual:962] [ReferenceManualRenewalProject - Feature #184] (Open) Fixnumのabstractに、Bignumとの自動変換の例を追記する。
チケット #184 が報告されました。 (by Yutaka HARA) ---------------------------------------- Feature #184: Fixnumのabstractに、Bignumとの自動変換の例を追記する。 http://redmine.ruby-lang.org/issues/show/184 起票者: Yutaka HARA ステータス: Open 優先度: Normal 担当者: カテゴリ: doc Target version: reporter: matsue ruby_version: AbstractのFixnumとBignumの自動変換の話は例がないとわかりにくいかもしれない。 p 100000.class # => Fixnum p 100000 * 100000 # => 100000000 p (100000 * 100000).class # => Bignum ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://redmine.ruby-lang.org/my/account -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
-> 962 2008-06-18 08:10 [redmine@r... ] [ReferenceManualRenewalProject - Feature #184] (Open) Fixnumのabstractに、Bignumとの自動変換の例を追記する。 1031 2008-07-07 09:27 ┗[redmine@r... ] [ReferenceManualRenewalProject - Feature #184] (Closed) Fixnumのabstractに、Bignumとの自動変換の例を追記する。