summaryrefslogtreecommitdiff
path: root/tests/10optimizer_bytecode/ypowxpow
blob: 58dced81beb984a2820ae7e1f7ca9dbc94c219e8 (plain)
1
2
3
4
5
6
# y [!IsIntegerConst(y)] cPow  x     [IsIntegerConst(x)] cPow
T=d
V=x
R=0,10,0.01
F=(x^38.5)^5
C=fp_pow(fp_pow(x,38.5),5)