MATHLIB Subroutine
Return the smallest value in a float array.
call MIN(ARRAY_FV, MINIMUM_FV)
ARRAY_FV
A floating point array identifier.
MINIMUM_FV
The name of a floating point variable to hold the result of the subroutine.
Description
Use this subroutine to return the smallest value in a float array.