EXPONENT(X)

Purpose

Returns the exponent part of the argument when represented as a model number.

Class

Elemental function

Argument type and attributes

X
An INTENT(IN) REAL

Result type and attributes

Default integer.

Result value

Examples

EXPONENT (10.2) = 4. See Real data model