HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure speciļ¬cations
Chapter 11 519
AIMAG(Z)
Description
Imaginary part of a complex number.
Class
Elemental function.
Argument
Z must be of type complex.
Result type/
type parameters
Real with the same kind type parameter as Z.
Result value
If Z has the value (
x
,
y
), the result has value
y
.
AINT(A, KIND)
Optional argument
KIND
Description
Truncation to a whole number.
Class
Elemental function.
Arguments
A must be of type real.
KIND (optional) must be a scalar integer initialization expression.