average() → {number}
Averages all values passed to the function and returns the result.
Returns
number -
The average of all given values.
- Source code: math/Math.js (Line 123)
average() → {number}
Averages all values passed to the function and returns the result.
The average of all given values.
Please login to continue.