hypot

hypot

> 機能

辺が x* と *y の直角三角形の斜辺を返します。 sqrt(x2 + y2) に相当します。

#### 設定

#### フィードバック

hypot(1, 1) // sqrt(2) hypot(3, 4) // 5

こちらもご覧ください