[UP]


Manual Reference Pages  - min (3)

NAME

min(3f) - [FORTRAN:INTRINSIC:NUMERIC] Minimum value of an argument list

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = min(a1, a2 [, a3, ...])

DESCRIPTION

Returns the argument with the smallest (most negative) value.

ARGUMENTS

A1 - The type shall be INTEGER or REAL.
A2, A3, ...
  - An expression of the same type and kind as A1.

RETURN VALUE

The return value corresponds to the minimum value among the arguments, and has the same type and kind as the first argument.

STANDARD

[[FORTRAN 77]] and later

CLASS

[[Elemental procedure|Elemental function]]

SEE ALSO

[[max]], [[minloc]], [[minval]]


min (3) March 18, 2019
Generated by manServer 1.08 from a4d4c7ae-9402-4e21-9093-11318db00f95 using man macros.