Please enable JavaScript to view this site.

ESL Documentation

MATHLIB Subroutine

Return the average of the values in a float array.

call MEAN(ARRAY_FV, MEAN_VALUE_FV)

ARRAY_FV

A floating point array identifier.

MEAN_VALUE_FV

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

Description

Use this subroutine to return in MEAN_VALUE_FV the mean (average) of all the values in the float array.