> 機能
辺が x* と *y の直角三角形の斜辺を返します。 sqrt(x2 + y2) に相当します。
sqrt(x2 + y2)
#### 設定
#### フィードバック
sqrt(x * 2 + y * 2)
hypot(1, 1) // sqrt(2) hypot(3, 4) // 5
hypot(1, 1) // sqrt(2)
hypot(3, 4) // 5
Impossible de charger les données du jeu.Vérifiez votre connexion et réessayez.