hompack
Source Files
Modules
Procedures
dlapy2
Interface
MIT
231 statements
Source File
lapack_interfaces.f90
lapack_interfaces
dlapy2
Contents
None
interface
public pure function dlapy2(x, y)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=dp),
intent(in)
::
x
real(kind=dp),
intent(in)
::
y
Return Value
real(kind=dp)
Description
Compute
sqrt(x**2 + y**2)
without undue overflow or underflow.