average(num1,..)
Description
average() takes in an unlimited number of parameters and finds the mean average of all the values
Parameters
average() takes an unlimited number of parameters
Usage
log average(10,10,5,3,5)
// 6.6
log average(2,5)
// 3.5
Last updated
Was this helpful?