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

ruby-reference-manual:2148

From: 5 5 <redmine@r...>
Date: Wed, 21 Apr 2010 16:14:14 +0900
Subject: [ruby-reference-manual:2148] [Bug #37](Open) Math.#hypot の説明

チケット #37 が更新されました。 (by 5 5)

ステータス ClosedからOpenに変更

すみません,「いつの間にか修正されていた」と思ったのは勘違いでした。
パッチを付けておきます。

Index: refm/api/src/_builtin/Math
===================================================================
--- refm/api/src/_builtin/Math	(revision 4063)
+++ refm/api/src/_builtin/Math	(working copy)
@@ -186,10 +186,13 @@
 --- hypot(x, y) -> Float
 
 sqrt(x*x + y*y) を返します。
+この値は x, y を直交する 2 辺とする直角三角形の斜辺(hypotenuse)の長さです。
 
 @param x 実数
 @param y 実数
 
+ Math.hypot(3, 4) #=> 5.0
+
 #@end
 
 --- ldexp(x, exp) -> Float

----------------------------------------
http://redmine.ruby-lang.org/issues/show/37

----------------------------------------
http://redmine.ruby-lang.org

--
ML: ruby-reference-manual@m...
使い方: http://QuickML.com/

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

       813 2008-06-03 15:24 [redmine@r...        ] [ReferenceManualRenewalProject - Bug #37] (Open) Math.#hypot の説明
      2126 2010-04-13 15:50 ┣[redmine@r...        ] [Bug #37](Closed) Math.#hypot の説明  
->    2148 2010-04-21 09:14 ┣[redmine@r...        ] [Bug #37](Open) Math.#hypot の説明    
      2298 2010-06-25 10:47 ┗[redmine@r...        ] [Bug #37][Closed] Math.#hypot の説明