MATHLIB Subroutine
Return the standard deviation of values in a float array.
call STDDEV(ARRAY_FV, STANDARD_DEV_FV)
ARRAY_FV
A floating point 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 float array.