im Function

public pure elemental function im(z) result(y)

Returns the imaginary part of a complex number z=x+iy.

Arguments

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

Complex number

Return Value real(kind=wp)

Imaginary part


Contents

None