summaryrefslogtreecommitdiffstats
path: root/test/04-function-average.txt
blob: b56469d892031284657a95a64eb006bed3390fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%% Test for AVERAGE function.
%mode init
A1=2
A2=4
A3=9
A4=AVERAGE(A1:A3)
A5=AVERAGE(A1,A2,A3)
%calc
%mode result
A4=5
A5=5
%check
%exit