There are seven pairs of statistical subroutines, each of which accepts two arguments. The first argument is an array; the second, the result of performing the given operation on the array. One of each pair of subroutines takes an array of integers; the other takes an array of floats. The subroutines find the maximum, minimum, mean, median, standard deviation, variance, and sum of the given array values.