XL Fortran for AIX 8.1

Language Reference


SELECTED_REAL_KIND(P, R)

Returns a value of the kind type parameter of a real data type with decimal precision of at least P digits and a decimal exponent range of at least R.

P (optional)
must be scalar and of type integer.

R (optional)
must be scalar and of type integer.

Class

Transformational function

Result Type and Attributes

Default integer scalar.

Result Value

+-------------------------------IBM Extension--------------------------------+

Examples

SELECTED_REAL_KIND (6, 70) has the value 8.

+----------------------------End of IBM Extension----------------------------+

Related Information

Kind type parameters supported by XL Fortran are defined in Type Parameters and Specifiers.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]