Skip to content

Commit 781011b

Browse files
committed
Updated bench_expr.txt and bench_expr_all.txt
1 parent 52f341d commit 781011b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bench_expr.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ a*2+2*b
7474
-a/b
7575
a*-b
7676
a/-b
77+
a+1-2/3
78+
1+a-2/3
79+
(1+a)-2/3
80+
1+(a-2/3)
7781
(a/((((b+(((e*(((((pi*((((3.45*((pi+a)+pi))+b)+b)*a))+0.68)+e)+a)/a))+a)+b))+b)*a)-pi))
7882
(5.5+a)+(2*a-2/3*b)*(a/3+b/4)+(c+7.7)
7983
((((a)-(b))+((c)-(x)))/(((y)-(z))+((w)-(a))))*((((b)-(c))+((x)-(y)))/(((z)-(w))+((a)-(b))))

bench_expr_all.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ a+a+a+a
2727
4*a
2828
a+a+a+a+a
2929
5*a
30-
30+
a+1-2/3
31+
1+a-2/3
32+
(1+a)-2/3
33+
1+(a-2/3)
3134

3235
#
3336
# Polynome / Optimierung von Potenzfunktionen testen

0 commit comments

Comments
 (0)