AIMAG intrinsic function

Standard: F77 F90 F95 F2003 F2008 Example program


<Syntax>

AIMAG ( Z )

Z : Complex;

Result : Real with the same kind as Z.

<Semantics>

The value of the result is the imaginary part of the complex value Z. Like many intrinsic functions, this is elemental; the result has the same shape as Z, with the operation being applied elementwise.

<Related>

COMPLEX type