ruby-reference-manual:577
From: sheepman <sheepman@s...>
Date: Wed, 14 Nov 2007 22:35:28 +0900
Subject: [ruby-reference-manual:577] Math のパッチ
よろしくお願いします。 Index: Math =================================================================== --- Math (revision 2257) +++ Math (working copy) @@ -198,6 +198,13 @@ @raise Errno::EDOM 引数が負のである場合に発生します @raise Errno::ERANGE 引数が 0 の場合に発生します +#@since 1.9.0 +--- log2(numeric) -> Float +#@todo + +Returns the base 2 logarithm of numeric. +#@end + --- log10(x) -> Float x の常用対数を返します。 -- sheepman / TAMURA Takashi sheepman@s... http://sheepman.parfait.ne.jp/ -- ML: ruby-reference-manual@m... 使い方: http://QuickML.com/
-> 577 2007-11-14 14:35 [sheepman@s... ] Math のパッチ 585 2007-11-14 18:15 ┗[okkez000@g... ]