argd Interface

public interface argd

argd computes the phase angle of degree version in the interval (-180.0,180.0]. (Specification)


Module Procedures

private elemental function argd_sp(z) result(result)

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: z

Return Value real(kind=sp)

private elemental function argd_dp(z) result(result)

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: z

Return Value real(kind=dp)