[前][次][番号順一覧][スレッド一覧]

ruby-reference-manual:912

From: Anonymous <redmine@r...>
Date: Tue, 10 Jun 2008 13:52:46 +0900
Subject: [ruby-reference-manual:912] [ReferenceManualRenewalProject - Bug #137] (Open) Complex#% の説明

Issue #137 has been reported by Anonymous.

----------------------------------------
Bug #137: Complex#% の説明
http://redmine.ruby-lang.org/issues/show/137

Author: Anonymous
Status: Open
Priority: Low
Assigned to: 
Category: 
Target version: 
reporter: rock
ruby_version: 1.8


Complex#% の説明が混乱しています。「%(c)」とあって,引数に c を使っているのに,説明の中で別の意味で「c」を使っています。c が Complex オブジェクトの場合では,単純に
 (自身の実部 % c の実部) + (自身の虚部 % c の虚部) * i を返します
でいいのではないでしょうか。

なお,c が Complex でない場合も付け加えなければなりません。

 Complex(3.5, 2.3)%2 #=> Complex(1.5, 0.3)

つまり,z % Complex(2, 0) と z % 2 は違うということです。


----------------------------------------
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


[前][次][番号順一覧][スレッド一覧]

->     912 2008-06-10 06:52 [redmine@r...        ] [ReferenceManualRenewalProject - Bug #137] (Open) Complex#% の説明
       949 2008-06-16 16:52 ┗[redmine@r...        ] [ReferenceManualRenewalProject - Bug #137] Complex#% の説明