Developer Reference for Intel® oneAPI Math Kernel Library for Fortran
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-80B59F2F-2CB2-4EA8-9534-724A1B4B78CF
Visible to Intel only — GUID: GUID-80B59F2F-2CB2-4EA8-9534-724A1B4B78CF
?lapy3
Returns sqrt(x2+y2+z2).
val = slapy3( x, y, z )
val = dlapy3( x, y, z )
- mkl.fi
The function ?lapy3 returns sqrt(x2+y2+z2), avoiding unnecessary overflow or harmful underflow.
The data types are given for the Fortran interface.
- x, y, z
-
REAL for slapy3
DOUBLE PRECISION for dlapy3
Specify the input values x, y and z.
- val
-
REAL for slapy3
DOUBLE PRECISION for dlapy3.
Value returned by the function.
If val = -1D0, the first argument was NaN.
If val = -2D0, the second argument was NaN.
If val = -3D0, the third argument was NaN.