Standart deviation dev¶ The dev function returns the standard deviation of a given list of numbers. > (dev [1 2 3 4 5]) 1.4142135623730951 > (dev [1 2 3 4 5 6 7 8 9 10]) 2.8722813232690143