summaryrefslogtreecommitdiff
path: root/tests/10optimizer_bytecode/absyxpow_pos
blob: 7547b254d6513ca0876f4134bee7c0b5b652f75a (plain)
1
2
3
4
5
6
# y [isEvenInteger(y)&&!isEvenInteger(x*y)] cPow  x cPow
T=d
V=x
R=-10,10,0.1
F=(x^4)^1.5
C=fp_pow(fp_pow(x,4),1.5)