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).
float LAPACKE_slapy3 (floatx, floaty, floatz);
double LAPACKE_dlapy3 (double x, doubley, doublez);
- mkl.h
The function ?lapy3 returns sqrt(x2+y2+z2), avoiding unnecessary overflow or harmful underflow.
A <datatype> placeholder, if present, is used for the C interface data types in the C interface section above. See C Interface Conventions for the C interface principal conventions and type definitions.
- x, y, z
-
Specify the input values x, y and z.
This function returns a value val.
If val = -1D0, the first argument was NaN.
If val = -2D0, the second argument was NaN.
If val = -3D0, the third argument was NaN.