average
Compute the arithmetic mean from a list of numeric inputs. Accepts numbers and numeric strings, returns the central value.
Instructions
Calculates the average (mean) from an Array of numbers. Strings that can be converted to numbers are allowed, but formatting such as commas are NOT supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||