From: Yukihiro Matsumoto Date: 2011-06-13T23:51:02+09:00 Subject: [ruby-dev:43788] Re: [Ruby 1.9 - Feature #4878][Open] CMath に frexp, ldexp, hypot の3関数は不要ではないか まつもと ゆきひろです In message "Re: [ruby-dev:43787] [Ruby 1.9 - Feature #4878][Open] CMath に frexp, ldexp, hypot の3関数は不要ではないか" on Mon, 13 Jun 2011 23:16:37 +0900, Kenta Murata writes: |Issue #4878 has been reported by Kenta Murata. | |---------------------------------------- |Feature #4878: CMath に frexp, ldexp, hypot の3関数は不要ではないか |http://redmine.ruby-lang.org/issues/4878 |現在 CMath は、Math を include して各関数を再定義することで実装されています。 |このやり方では、複素数向けの関数としては定義できない frexp, ldexp, hypot の3関数も同時に include されてしまいます。 |これらは Math の関数として定義されていれば良いだけですので、CMath からの削除を提案します。 なるほど。同意します。削除のタイミングはメンテナにお任せします。