dlapy2 Interface

interface
public pure function dlapy2(x, y)

Arguments

Type IntentOptional 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.