インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Elemental Intrinsic Function (Generic): Returns the value of the Euclidean distance of the arguments.
result = HYPOT (x,y)
x |
(Input) Must be of type real. |
y |
(Input) Must be of type real. It must be the same type and kind as x. |