Bug #37 [ruby-reference-manual:813]
Math.#hypot の説明
| Status : | Open | Start : | 02/13/2008 | |
| Priority : | Low | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | doc | |||
| Target version : | - | |||
| reporter : | rock |
ruby_version : | 1.9 |
|
Description
Math.#hypot の説明の最後に, つまり x と y を直交する二辺とする直角三角形の斜辺(hypotenuse)の長さを返します。 くらい入れてもいいと思います。また hypot(3, 4) #=> 5.0 のような実行例も欲しいです。