Returns sqrt(x2+y2+z2).
val = slapy3( x, y, z )
val = dlapy3( x, y, z )
The function ?lapy3 returns sqrt(x2+y2+z2), avoiding unnecessary overflow or harmful underflow.
REAL for slapy3
DOUBLE PRECISION for dlapy3
Specify the input values x, y and z.
REAL for slapy3
DOUBLE PRECISION for dlapy3.
Value returned by the function.