[UP]


Manual Reference Pages  - minexponent (3)

NAME

minexponent(3f) - [FORTRAN:INTRINSIC] Minimum exponent of a real kind

CONTENTS

Syntax
Description
Arguments
Return Value
Example
Standard
Class

SYNTAX

result = minexponent(x)

DESCRIPTION

minexponent(x) returns the minimum exponent in the model of the type of X.

ARGUMENTS

X - Shall be of type REAL.

RETURN VALUE

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

EXAMPLE

Sample program:

See [[maxexponent]] for an example.

STANDARD

[[Fortran 95]] and later

CLASS

[[Inquiry function]]


minexponent (3) March 18, 2019
Generated by manServer 1.08 from 120fe7a1-213e-4283-9866-9a9b85834f0c using man macros.