[UP]


Manual Reference Pages  - range (3)

NAME

range(3f) - [FORTRAN:INTRINSIC] Decimal exponent range of a real kind

CONTENTS

Syntax
Description
Arguments
Return Value
Example
Standard
Class
See Also

SYNTAX

result = range(x)

DESCRIPTION

range(x) returns the decimal exponent range in the model of the type of X.

ARGUMENTS

X - Shall be of type REAL or COMPLEX.

RETURN VALUE

The return value is of type INTEGER and of the default integer kind.

EXAMPLE

Sample program:

See [[precision]] for an example.

STANDARD

[[Fortran 95]] and later

CLASS

[[Inquiry function]]

SEE ALSO

[[selected_real_kind]], [[precision]]


range (3) March 19, 2019
Generated by manServer 1.08 from d6838aa4-3262-4e55-8151-b6d16b1b2da0 using man macros.