Please enable JavaScript to view this site.

ESL Documentation

MATHLIB Subroutine

Return the largest value in a float array.

call MAX(ARRAY_IN_FV, MAXIMUM_FV)

ARRAY_IN_FV

A floating point array identifier.

MAXIMUM_FV

The name of a floating point variable to hold the result of the subroutine.

Description

Use this subroutime to return the largest value in the float array. The value is returned in the MAXIMUM_FV argument.