imag Interface

public interface imag

It takes a imaginary part of a complex number.


Module Procedures

public pure function imaginary_partComplex64(complexValue) result(imgpart)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: complexValue

Return Value real(kind=real64)

public pure function imaginary_partComplex32(complexValue) result(imgpart)

Arguments

Type IntentOptional Attributes Name
complex(kind=real32), intent(in) :: complexValue

Return Value real(kind=real32)