Calculates the average of an array of numbers
import * as A from "flurp/array";A.mean([3, 5, 10]); // 6
Calculates the average of an array of numbers