Skip to main content

Math: average

Calculates the average of all numbers.

Example
Input: [1, 2, 3]
Formula: (1 + 2 + 3) / 3
Ouput: 2

Input

Number (multiple)REQUIRED
Any numbers.

Output

Number
Average of all numbers.