From: Motohiro KOSAKI Date: 2012-02-08T03:25:10+09:00 Subject: [ruby-dev:45209] [ruby-trunk - Feature #4878][Rejected] CMath に frexp, ldexp, hypot の3関数は不要ではないか Issue #4878 has been updated by Motohiro KOSAKI. Status changed from Open to Rejected 提案者が提案を取り下げているようなのでrejectします ---------------------------------------- Feature #4878: CMath に frexp, ldexp, hypot の3関数は不要ではないか https://bugs.ruby-lang.org/issues/4878 Author: Kenta Murata Status: Rejected Priority: Normal Assignee: Yukihiro Matsumoto Category: Target version: 2.0.0 現在 CMath は、Math を include して各関数を再定義することで実装されています。 このやり方では、複素数向けの関数としては定義できない frexp, ldexp, hypot の3関数も同時に include されてしまいます。 これらは Math の関数として定義されていれば良いだけですので、CMath からの削除を提案します。 -- http://bugs.ruby-lang.org/