2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 23:14:04 +00:00
fish-shell/tests/math.out
2018-10-24 18:53:33 +02:00

41 lines
388 B
Text

####################
# Validate basic expressions
1.5
1.666667
1
1
1.667
4
4
2
0.5
49
0
4
-10
-2
-8
####################
# Validate some integral computations
1
10
100
1000
1000000000000000
100000000000000
-1000000000000000
0
1
500000000000000
####################
# Validate how variables in an expression are handled
1
2
-4.5
-4
####################
# Validate math error reporting