Imaginary part of a complex number.
Elemental function
Real with the same kind type parameter as Z.
If Z has the value (x,y), the result has the value y.
AIMAG ((2.0, 3.0)) has the value 3.0.