Calc Board Help
Cover Image

Average (Mean)

Syntax: avg(a;b;c;…), mean(a;b;c;…)

Example Syntax Output
∅ {1; 2; 3; 4} avg(1;2;3;4) 2.5

Both functions calculate the arithmetic mean of the given parameters. Separate all values by semicolons.