summaryrefslogtreecommitdiffstats
path: root/test/07-fraction-numbers.txt
blob: 852edba4b031239b0764541f085716c4bbc98acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%% Test parsing and interpretation of fractional numbers.
%mode init
A1=25.6+10.56-0.987
A2=2.5+3.2
A3=3.5*(2.3+7.567)
%calc
%mode result
A1=35.173
A2=5.7
A3=34.5345
%check
%exit