MATHLIB Subroutine
Return the standard deviation of values in an integer array.
call STDDEVINT(ARRAY_IV, STANDARD_DEV_FV)
ARRAY_IV
An integer array identifier.
STANDARD_DEV_FV
The name of a floating point variable to hold the result of the function.
Description
Use this subroutine to return the standard deviation of all values in the integer array.