sum(numbers)total Type: For any units u([Number{u}]) -> Number{u}

Calculates the sum (total) of a list of numbers.

ExamplesClick an example to insert it
sum([1, 1.5, 5])7.5
sum([33.4])33.4
sum([])0