Lists
Arithmetic Mean
3min
This Arithmetic Mean action calculates the arithmetic mean of the numbers in the provided list.
- input a list of numbers (list<object>). The list must consist of primitive data types such as integers, doubles, etc.
- result (object): The arithmetic mean of the input numbers.