Skip to content

tm_sum Function

tm_sum takes a list or set of numbers and returns the sum of those numbers.

Examples

sh
tm_sum([10, 13, 6, 4.5])
33.5