GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
lapy3(3) LAPACK lapy3(3)

lapy3 - lapy3: robust sqrt( x^2 + y^2 + z^2 )


double precision function dlapy3 (x, y, z)
DLAPY3 returns sqrt(x2+y2+z2). real function slapy3 (x, y, z)
SLAPY3 returns sqrt(x2+y2+z2).

DLAPY3 returns sqrt(x2+y2+z2).

Purpose:


DLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
unnecessary overflow and unnecessary underflow.

Parameters

X


X is DOUBLE PRECISION

Y


Y is DOUBLE PRECISION

Z


Z is DOUBLE PRECISION
X, Y and Z specify the values x, y and z.

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 67 of file dlapy3.f.

SLAPY3 returns sqrt(x2+y2+z2).

Purpose:


SLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
unnecessary overflow and unnecessary underflow.

Parameters

X


X is REAL

Y


Y is REAL

Z


Z is REAL
X, Y and Z specify the values x, y and z.

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 67 of file slapy3.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:37 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.