USE F90_KIND
INTEGER,PARAMETER :: SINGLE(This is equivalent to leaving the KIND selector off entirely).
INTEGER,PARAMETER :: DOUBLEREAL/COMPLEX kind selector for real and complex types requiring double precision.
INTEGER,PARAMETER :: QUADREAL/COMPLEX kind selector for real and complex types with four times default precision. This is not available on all systems.
INTEGER,PARAMETER :: REAL32REAL/COMPLEX kind selector for real and complex types with at least 32 bits precision.
INTEGER,PARAMETER :: REAL64REAL/COMPLEX kind selector for real and complex types with at least 64 bits precision.
INTEGER,PARAMETER :: REAL128
REAL/COMPLEX kind selector for real and complex types with at least 128 bits precision. This is not available on all systems.
INTEGER,PARAMETER :: INT8INTEGER kind selector for integer types with at least 8 bits of precision.
INTEGER,PARAMETER :: INT16INTEGER kind selector for integer types with at least 16 bits of precision.
INTEGER,PARAMETER :: INT32INTEGER kind selector for integer types with at least 32 bits of precision.
INTEGER,PARAMETER :: INT64INTEGER kind selector for integer types with at least 64 bits of precision. This is not available on all systems.
INTEGER,PARAMETER :: BYTELOGICAL kind selector for logical types occupying only one byte of memory.
INTEGER,PARAMETER :: TWOBYTELOGICAL kind selector for logical types occupying the same space as INTEGER(INT16) entities.
INTEGER,PARAMETER :: WORDLOGICAL kind selector for default logical type.
INTEGER,PARAMETER :: ASCIICHARACTER kind selector for the ASCII character set.
The source code for this module may be found in the NAGWare library directory (usually /usr/local/NAGWare).
f95(1), nag_modules(3).
Please report any bugs found to "support@nag.co.uk" or "infodesk@nag.com", along with any suggestions for improvements.