std_dev
ABSTRACT
Finds the standard deviation of a vector of numbers
PARAMETERS
x | the input vector of numbers, which must contain at least one element |
RETURN
the standard deviation of the vector of numbers
DECLARATION
func std_dev(x)