XL Fortran for AIX 8.1

Language Reference


HUGE(X)

Returns the largest number in the model representing numbers of the same type and kind type parameter as the argument.

X
must be of type integer or real. It may be scalar or array valued.

Class

Inquiry function

Result Type and Attributes

Scalar of the same type and kind type parameter as X.

Result Value

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

Examples

HUGE (X) = (1D0 - 2D0**-53) * (2D0**1024) for X of type real(8).

HUGE (X) = (2**63) - 1 for X of type integer(8).

See Data Representation Models.

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


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