stdlib_cabs1 Interface

public interface stdlib_cabs1

Module Procedures

private pure elemental function stdlib_scabs1(z)

DCABS1 computes |Re(.)| + |Im(.)| of a double complex number

Arguments

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

Return Value real(kind=sp)

private pure elemental function stdlib_dcabs1(z)

DCABS1 computes |Re(.)| + |Im(.)| of a double complex number

Arguments

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

Return Value real(kind=dp)