argpi Interface

public interface argpi

argpi computes the phase angle of circular version in the interval (-1.0,1.0]. (Specification)


Module Procedures

private elemental function argpi_sp(z) result(result)

Arguments

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

Return Value real(kind=sp)

private elemental function argpi_dp(z) result(result)

Arguments

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

Return Value real(kind=dp)