aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/math.in
blob: d8cb50922926b72c2dfca6dc3f266b9da70bdfc8 (plain)
1
2
3
4
5
6
7
8
9
math 3 / 2
math 10/6
math -s0 10 / 6
math -s3 10/6
math '10 % 6'
math -s0 '10 % 6'
math '23 % 7'
math -s6 '5 / 3 * 0.3'
true