arg Function

public pure elemental function arg(z) result(t)

Returns the complex argument θ of a complex number z=r·exp(iθ).

Arguments

Type IntentOptional AttributesName
complex(kind=wp), intent(in) :: z

Complex number

Return Value real(kind=wp)

Complex argument


Contents

None