
Time bar (total: 4.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 2 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 3 |
| 66.7% | 50% | 25% | 0.1% | 0% | 25% | 0% | 4 |
| 66.7% | 50% | 25% | 0.1% | 0% | 25% | 0% | 5 |
| 80% | 50% | 12.5% | 0.1% | 0% | 37.5% | 0% | 6 |
| 80% | 50% | 12.5% | 0.1% | 0% | 37.5% | 0% | 7 |
| 88.9% | 50% | 6.2% | 0.1% | 0% | 43.7% | 0% | 8 |
| 88.9% | 50% | 6.2% | 0.1% | 0% | 43.7% | 0% | 9 |
| 94.1% | 50% | 3.1% | 0.1% | 0% | 46.8% | 0% | 10 |
| 94.1% | 50% | 3.1% | 0.1% | 0% | 46.8% | 0% | 11 |
| 97% | 50% | 1.6% | 0.1% | 0% | 48.4% | 0% | 12 |
Compiled 16 to 14 computations (12.5% saved)
| 815.0ms | 8 256× | 0 | valid |
| 13.0ms | 254× | 0 | invalid |
ival-mult!: 256.0ms (47% of total)ival-div!: 109.0ms (20% of total)ival-sqrt: 94.0ms (17.2% of total)ival-add!: 66.0ms (12.1% of total)ival-sub!: 18.0ms (3.3% of total)adjust: 2.0ms (0.4% of total)Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 92 |
| 1 | 95 | 78 |
| 2 | 279 | 76 |
| 3 | 904 | 76 |
| 4 | 4371 | 76 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 26 to 24 computations (7.7% saved)
| Inputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64)) |
(+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
y |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
#s(literal 1 binary64) |
(*.f64 x #s(literal 9 binary64)) |
#s(literal 9 binary64) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 y)) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) 3 (sqrt x) x (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) y (/ 1 (* x 9)) 1 (* x 9) 9) |
| 2.0ms | y | @ | -inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) 3 (sqrt x) x (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) y (/ 1 (* x 9)) 1 (* x 9) 9) |
| 2.0ms | x | @ | 0 | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) 3 (sqrt x) x (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) y (/ 1 (* x 9)) 1 (* x 9) 9) |
| 1.0ms | x | @ | inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) 3 (sqrt x) x (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) y (/ 1 (* x 9)) 1 (* x 9) 9) |
| 1.0ms | y | @ | inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) 3 (sqrt x) x (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) y (/ 1 (* x 9)) 1 (* x 9) 9) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 131 | 666 |
| 0 | 142 | 616 |
| 0 | 364 | 539 |
| 0 | 1746 | 533 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64)) |
(+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
y |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
#s(literal 1 binary64) |
(*.f64 x #s(literal 9 binary64)) |
#s(literal 9 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 y)) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
| Outputs |
|---|
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) (fma.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))))) |
(fma.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 (*.f64 #s(literal 3 binary64) y) (sqrt.f64 x) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) y) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) y)) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) y)) |
(-.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y)) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal -3 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64))) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) |
x |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) (-.f64 y (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) (-.f64 y (/.f64 #s(literal -1/9 binary64) x))) #s(literal 1 binary64)) (+.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 y (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))))) |
(fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (-.f64 y #s(literal 1 binary64))) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x) (-.f64 y #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (-.f64 y #s(literal 1 binary64))) |
(-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) |
(-.f64 y (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64))) |
(+.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (-.f64 y #s(literal 1 binary64))) |
(+.f64 y (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 y y)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x))) (-.f64 y (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal -1/9 binary64) x) (/.f64 #s(literal -1/9 binary64) x))) (+.f64 y (/.f64 #s(literal -1/9 binary64) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x) (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal 1/9 binary64) x) y)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 y (/.f64 #s(literal 1/9 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (/.f64 #s(literal -1/9 binary64) x) (/.f64 #s(literal -1/9 binary64) x) (*.f64 y (/.f64 #s(literal -1/9 binary64) x))))) |
(fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) y) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x) y) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) y) |
(-.f64 y (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/9 binary64))) |
(-.f64 y (/.f64 #s(literal -1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) y) |
(+.f64 y (/.f64 #s(literal 1/9 binary64) x)) |
y |
(*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -9 binary64)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1/9 binary64) x) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1/9 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) x)) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
#s(literal 9 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx x x) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (fma.f64 y x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* x 9) (*.f64 #s(literal 9 binary64) x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (-.f64 y (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (neg.f64 (-.f64 y #s(literal 1 binary64))))))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (sqrt x) (neg.f64 (neg.f64 (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx y y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (+ y (/ 1 (* x 9))) (fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) y y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 y)) #s(literal 1 binary64)))) |
Compiled 1 080 to 418 computations (61.3% saved)
18 alts after pruning (17 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 97 | 17 | 114 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 97 | 18 | 115 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.5% | (fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| ▶ | 99.5% | (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 99.4% | (*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) | |
| 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (-.f64 y #s(literal 1 binary64)))) | |
| 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) #s(literal 1 binary64))) | |
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) | |
| ▶ | 94.0% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) |
| ▶ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| 40.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) | |
| 68.4% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) | |
| 67.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) | |
| 38.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) | |
| 79.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) | |
| ▶ | 40.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 61.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) | |
| 62.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) | |
| 67.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (neg.f64 (-.f64 y #s(literal 1 binary64))))))) |
Compiled 619 to 612 computations (1.1% saved)
| Inputs |
|---|
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
x |
#s(literal 1 binary64) |
(sqrt.f64 x) |
#s(literal 3 binary64) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
y |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) |
(-.f64 y #s(literal 1 binary64)) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
| Outputs |
|---|
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 1/9)) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (+ 1/9 (* x (- y 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (sqrt x) 3) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 -1)) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- y 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* x (- y 1)))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* x (- (+ y (* 1/9 (/ 1 x))) 1)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* -3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* -1 (* x (- (* -1 (- y 1)) (* 1/9 (/ 1 x))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (sqrt x) 3) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (+ -1 (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (+ 1/9 (* -1 x)))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (+ 1/9 (+ (* -1 x) (* x y))))) |
#s(approx (- y 1) #s(hole binary64 -1)) |
#s(approx (- y 1) #s(hole binary64 (- y 1))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* x y))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* y (+ x (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))))))) |
#s(approx (- y 1) #s(hole binary64 y)) |
#s(approx (- y 1) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (+ 1/9 (* -1 x)) y))))))) |
#s(approx (- y 1) #s(hole binary64 (* -1 (* y (- (/ 1 y) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | y | @ | -inf | ((+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 (sqrt x) 3 (* (* (sqrt x) y) 3) (* (sqrt x) y) y (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (- y 1) (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (sqrt x) 3)) |
| 4.0ms | x | @ | -inf | ((+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 (sqrt x) 3 (* (* (sqrt x) y) 3) (* (sqrt x) y) y (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (- y 1) (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (sqrt x) 3)) |
| 2.0ms | x | @ | 0 | ((+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 (sqrt x) 3 (* (* (sqrt x) y) 3) (* (sqrt x) y) y (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (- y 1) (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (sqrt x) 3)) |
| 2.0ms | x | @ | inf | ((+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 (sqrt x) 3 (* (* (sqrt x) y) 3) (* (sqrt x) y) y (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (- y 1) (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (sqrt x) 3)) |
| 2.0ms | y | @ | inf | ((+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 (sqrt x) 3 (* (* (sqrt x) y) 3) (* (sqrt x) y) y (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (- y 1) (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (sqrt x) 3)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 271 | 2142 |
| 0 | 307 | 1926 |
| 0 | 774 | 1702 |
| 0 | 3817 | 1685 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
x |
#s(literal 1 binary64) |
(sqrt.f64 x) |
#s(literal 3 binary64) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
y |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) |
(-.f64 y #s(literal 1 binary64)) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 1/9)) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (+ 1/9 (* x (- y 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (sqrt x) 3) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 -1)) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- y 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* x (- y 1)))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* x (- (+ y (* 1/9 (/ 1 x))) 1)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* -3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* -1 (* x (- (* -1 (- y 1)) (* 1/9 (/ 1 x))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (sqrt x) 3) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (+ -1 (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (+ 1/9 (* -1 x)))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (+ 1/9 (+ (* -1 x) (* x y))))) |
#s(approx (- y 1) #s(hole binary64 -1)) |
#s(approx (- y 1) #s(hole binary64 (- y 1))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* x y))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* y (+ x (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))))))) |
#s(approx (- y 1) #s(hole binary64 y)) |
#s(approx (- y 1) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (+ (* (- y 1) x) 1/9) #s(hole binary64 (* -1 (* y (+ (* -1 x) (* -1 (/ (+ 1/9 (* -1 x)) y))))))) |
#s(approx (- y 1) #s(hole binary64 (* -1 (* y (- (/ 1 y) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
| Outputs |
|---|
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) (fma.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (fma.f64 (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (sqrt.f64 x) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (neg.f64 y) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 y) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (neg.f64 y)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) y)) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 (sqrt.f64 x)) (*.f64 y #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y)) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(+.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))))) |
(expm1.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) |
(*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -9 binary64)) |
(/.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1/9 binary64) x) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1/9 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) x)) #s(literal -1 binary64))) |
#s(literal 1/9 binary64) |
x |
#s(literal 1 binary64) |
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(pow.f64 x #s(literal 1/2 binary64)) |
(neg.f64 (neg.f64 (sqrt.f64 x))) |
(sqrt.f64 x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) |
#s(literal 3 binary64) |
(*.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (sqrt.f64 x)) |
(*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) |
(*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 (neg.f64 y) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 y)) |
(*.f64 #s(literal -3 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y) |
(*.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -3 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (neg.f64 y))) |
(*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64))) |
(*.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (*.f64 #s(literal -1 binary64) (neg.f64 y)) (sqrt.f64 x)) |
(*.f64 (neg.f64 (neg.f64 y)) (sqrt.f64 x)) |
(*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 (neg.f64 y) (neg.f64 (sqrt.f64 x))) |
(*.f64 (neg.f64 (sqrt.f64 x)) (neg.f64 y)) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (neg.f64 y))) |
(*.f64 (sqrt.f64 x) (neg.f64 (neg.f64 y))) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
(neg.f64 (*.f64 (neg.f64 y) (sqrt.f64 x))) |
y |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)))) |
(*.f64 #s(literal 3 binary64) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x))) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -3 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(neg.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)))) |
(*.f64 #s(literal 3 binary64) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) (sqrt.f64 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
(/.f64 (/.f64 (neg.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64))) #s(literal -1 binary64)) x) |
(/.f64 (/.f64 (neg.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64))) x) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x))) (-.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x))) (-.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 #s(literal 1/9 binary64) x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x) (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x)) (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x))))) |
(/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) (neg.f64 x) (*.f64 x #s(literal -1/9 binary64))) (*.f64 x (neg.f64 x))) |
(/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x (*.f64 x #s(literal 1/9 binary64))) (*.f64 x x)) |
(/.f64 (fma.f64 #s(literal -1/9 binary64) x (*.f64 (neg.f64 x) (*.f64 (-.f64 y #s(literal 1 binary64)) x))) (*.f64 (neg.f64 x) x)) |
(/.f64 (fma.f64 #s(literal 1/9 binary64) x (*.f64 x (*.f64 (-.f64 y #s(literal 1 binary64)) x))) (*.f64 x x)) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)))) (neg.f64 (neg.f64 x))) |
(/.f64 (neg.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x) |
(neg.f64 (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) (neg.f64 x))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64))) x)) |
(fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x)) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) (/.f64 x x) (/.f64 #s(literal 1/9 binary64) x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x)) |
(fma.f64 x (/.f64 (-.f64 y #s(literal 1 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x)) |
(-.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/9 binary64))) |
(-.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 #s(literal -1/9 binary64) x)) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))) x)) |
(+.f64 (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) (*.f64 (-.f64 y #s(literal 1 binary64)) x)) #s(literal 1/81 binary64)) (-.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 1/9 binary64))) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) (*.f64 (-.f64 y #s(literal 1 binary64)) x))) (-.f64 #s(literal 1/9 binary64) (*.f64 (-.f64 y #s(literal 1 binary64)) x))) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))) (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))))) (+.f64 #s(literal 1/9 binary64) (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) (*.f64 (-.f64 y #s(literal 1 binary64)) x) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 1/9 binary64))))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) (*.f64 (-.f64 y #s(literal 1 binary64)) x)) (*.f64 #s(literal 1/9 binary64) (*.f64 (-.f64 y #s(literal 1 binary64)) x))))) |
(/.f64 (-.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (fma.f64 (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))) (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64))))))) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) |
(fma.f64 x (-.f64 y #s(literal 1 binary64)) #s(literal 1/9 binary64)) |
(-.f64 #s(literal 1/9 binary64) (*.f64 (neg.f64 (-.f64 y #s(literal 1 binary64))) x)) |
(-.f64 #s(literal 1/9 binary64) (*.f64 (neg.f64 x) (-.f64 y #s(literal 1 binary64)))) |
(+.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 1/9 binary64)) |
(+.f64 #s(literal 1/9 binary64) (*.f64 (neg.f64 (neg.f64 x)) (-.f64 y #s(literal 1 binary64)))) |
(+.f64 #s(literal 1/9 binary64) (*.f64 (-.f64 y #s(literal 1 binary64)) x)) |
(/.f64 (-.f64 (*.f64 y y) #s(literal 1 binary64)) (+.f64 y #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 y y (+.f64 #s(literal 1 binary64) (*.f64 y #s(literal 1 binary64))))) |
(-.f64 y #s(literal 1 binary64)) |
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) (fma.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)))) (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (fma.f64 (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64)))))) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (sqrt.f64 x) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (neg.f64 y) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 y) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (neg.f64 y)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) y)) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 (sqrt.f64 x)) (*.f64 y #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y)) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal 3 binary64))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(+.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -3 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(neg.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 y #s(literal 3 binary64) #s(literal -3 binary64))) x (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (/.f64 (fma.f64 (sqrt.f64 x) #s(literal 1/9 binary64) (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)))) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 (-.f64 #s(literal 1/9 binary64) x) x)) |
#s(approx (/ 1/9 x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx x x) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (* (* (sqrt x) y) 3) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (/.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (sqrt x) 3) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
#s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) |
#s(approx (+ (* (- y 1) x) 1/9) (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 y #s(literal 3 binary64) #s(literal -3 binary64))) x (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (sqrt x) 3) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64) (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)))) x)) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) x)) |
#s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) |
#s(approx (- (/ 1/9 x) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 y #s(literal 1 binary64))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
#s(approx (+ (* (- y 1) x) 1/9) (*.f64 (-.f64 y #s(literal 1 binary64)) x)) |
#s(approx (+ (* (- y 1) x) 1/9) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64) (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (*.f64 #s(literal -3 binary64) (-.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (*.f64 (neg.f64 (fma.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (* (* (sqrt x) y) 3) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 x) (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))) |
#s(approx (* (sqrt x) 3) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (+ (* (- y 1) x) 1/9) (*.f64 (neg.f64 x) (-.f64 (neg.f64 (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (*.f64 #s(literal -3 binary64) (-.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))))) |
#s(approx (* (sqrt x) 3) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx y y) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (/.f64 (-.f64 #s(literal 1/9 binary64) x) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 y (-.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal -1 binary64)))) |
#s(approx (+ (* (- y 1) x) 1/9) (-.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ (* (- y 1) x) 1/9) (fma.f64 y x (-.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- y 1) #s(literal -1 binary64)) |
#s(approx (- y 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) y) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (+ (* (- y 1) x) 1/9) (*.f64 y x)) |
#s(approx (+ (* (- y 1) x) 1/9) (*.f64 (+.f64 (/.f64 (-.f64 #s(literal 1/9 binary64) x) y) x) y)) |
#s(approx (- y 1) y) |
#s(approx (- y 1) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 y)) #s(literal 1 binary64)))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 y)) #s(literal 1 binary64)))) |
#s(approx (+ (* (- y 1) x) 1/9) (*.f64 (neg.f64 y) (-.f64 (neg.f64 x) (/.f64 (-.f64 #s(literal 1/9 binary64) x) y)))) |
#s(approx (- y 1) (*.f64 (neg.f64 y) (-.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
Compiled 2 946 to 1 010 computations (65.7% saved)
21 alts after pruning (19 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 337 | 17 | 354 |
| Fresh | 10 | 2 | 12 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 0 | 1 |
| Total | 351 | 21 | 372 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 76.2% | (fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 62.5% | (fma.f64 #s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) | |
| 62.5% | (fma.f64 #s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) | |
| ▶ | 99.4% | (*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
| 38.4% | (*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) | |
| ▶ | 38.4% | (*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
| 87.8% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (fma.f64 x (/.f64 (-.f64 y #s(literal 1 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)))) | |
| 70.6% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 #s(approx (- y 1) y) x #s(literal 1/9 binary64)) x))) | |
| ▶ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (-.f64 #s(literal 1/9 binary64) x)) x))) | |
| 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) | |
| ✓ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| 62.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) | |
| 40.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) | |
| 83.3% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 y #s(literal 3 binary64) #s(literal -3 binary64))) x (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) | |
| 67.5% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) | |
| 38.5% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) | |
| 59.9% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) | |
| ✓ | 40.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| ▶ | 40.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| 67.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (neg.f64 (-.f64 y #s(literal 1 binary64))))))) |
Compiled 750 to 730 computations (2.7% saved)
| Inputs |
|---|
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) |
(-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) |
(-.f64 y (/.f64 #s(literal -1/9 binary64) x)) |
y |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
x |
#s(literal 1 binary64) |
(sqrt.f64 x) |
#s(literal 3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 y #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 9 binary64) |
(fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
| Outputs |
|---|
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- y 1))) x))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (/ -1/9 x) #s(hole binary64 (/ -1/9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (* y 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ 1/3 x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ (+ 1/3 (* 3 (* x (- y 1)))) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (/ (/ 1 x) 9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 3)))) (* (sqrt (/ 1 x)) (- y 1)))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 y)) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- y 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 (- y 1)) (* 1/3 (/ 1 x))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 -1)) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (* y 3) (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* -3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* y 3) #s(hole binary64 (* 3 y))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 y) (* 3 (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* y (+ (sqrt x) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 y)) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 y))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* y (+ 3 (* 3 (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* -1 (* y (- (* -3 (/ (- (* 1/9 (/ 1 x)) 1) y)) 3))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 72.0ms | y | @ | 0 | ((* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (- (- y (/ -1/9 x)) 1) (- y (/ -1/9 x)) y (/ -1/9 x) -1/9 x 1 (sqrt x) 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* y 3) (sqrt x)) (* y 3) (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (/ 1 x) 9) (/ 1 x) 9 (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (* (* (sqrt x) y) 3) (* (sqrt x) y)) |
| 3.0ms | x | @ | -inf | ((* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (- (- y (/ -1/9 x)) 1) (- y (/ -1/9 x)) y (/ -1/9 x) -1/9 x 1 (sqrt x) 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* y 3) (sqrt x)) (* y 3) (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (/ 1 x) 9) (/ 1 x) 9 (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (* (* (sqrt x) y) 3) (* (sqrt x) y)) |
| 2.0ms | x | @ | 0 | ((* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (- (- y (/ -1/9 x)) 1) (- y (/ -1/9 x)) y (/ -1/9 x) -1/9 x 1 (sqrt x) 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* y 3) (sqrt x)) (* y 3) (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (/ 1 x) 9) (/ 1 x) 9 (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (* (* (sqrt x) y) 3) (* (sqrt x) y)) |
| 2.0ms | y | @ | -inf | ((* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (- (- y (/ -1/9 x)) 1) (- y (/ -1/9 x)) y (/ -1/9 x) -1/9 x 1 (sqrt x) 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* y 3) (sqrt x)) (* y 3) (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (/ 1 x) 9) (/ 1 x) 9 (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (* (* (sqrt x) y) 3) (* (sqrt x) y)) |
| 2.0ms | x | @ | inf | ((* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (- (- y (/ -1/9 x)) 1) (- y (/ -1/9 x)) y (/ -1/9 x) -1/9 x 1 (sqrt x) 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* y 3) (sqrt x)) (* y 3) (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (/ 1 x) 9) (/ 1 x) 9 (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) (* (- (/ 1/9 x) 1) (sqrt x)) (- (/ 1/9 x) 1) (* (* (sqrt x) y) 3) (* (sqrt x) y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 319 | 2797 |
| 0 | 355 | 2488 |
| 0 | 894 | 2287 |
| 0 | 4406 | 2264 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) |
(-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) |
(-.f64 y (/.f64 #s(literal -1/9 binary64) x)) |
y |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
x |
#s(literal 1 binary64) |
(sqrt.f64 x) |
#s(literal 3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 y #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 9 binary64) |
(fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- y 1))) x))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (/ -1/9 x) #s(hole binary64 (/ -1/9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (* y 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ 1/3 x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ (+ 1/3 (* 3 (* x (- y 1)))) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (/ (/ 1 x) 9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 3)))) (* (sqrt (/ 1 x)) (- y 1)))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 y)) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- y 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 (- y 1)) (* 1/3 (/ 1 x))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 -1)) |
#s(approx (- (/ 1/9 x) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (* y 3) (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* (* (sqrt x) y) 3) #s(hole binary64 (* -3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* y 3) #s(hole binary64 (* 3 y))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 y) (* 3 (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* y (+ (sqrt x) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 y)) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (- y (/ -1/9 x)) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 y))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* y (+ 3 (* 3 (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* (- (- y (/ -1/9 x)) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (- y (/ -1/9 x)) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* -1 (* y (- (* -3 (/ (- (* 1/9 (/ 1 x)) 1) y)) 3))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (+ (* (* (- (/ 1/9 x) 1) (sqrt x)) 3) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
| Outputs |
|---|
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))))) (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x)))) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (fma.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (fma.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (sqrt.f64 x) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (neg.f64 y) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 y) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 #s(literal 3 binary64) y) (sqrt.f64 x) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (neg.f64 y)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) y) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(fma.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) y)) (sqrt.f64 x))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) y)) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 (sqrt.f64 x)) (*.f64 #s(literal 3 binary64) y))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y)) |
(-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal -3 binary64)) (sqrt.f64 x))) |
(+.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
(*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (sqrt.f64 x) y))) (-.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (sqrt.f64 x) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (sqrt.f64 x) y)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)))) (-.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (sqrt.f64 x) y)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))))) (fma.f64 (sqrt.f64 x) y (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (sqrt.f64 x) y)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (sqrt.f64 x) y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (sqrt.f64 x) y) (-.f64 (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) (*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (sqrt.f64 x) y) (fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))) (*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x))))))) |
(fma.f64 (*.f64 #s(literal -1 binary64) (neg.f64 y)) (sqrt.f64 x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (neg.f64 (neg.f64 y)) (sqrt.f64 x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -1 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (neg.f64 y) (neg.f64 (sqrt.f64 x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x) (*.f64 (sqrt.f64 x) y)) |
(fma.f64 (neg.f64 (sqrt.f64 x)) (neg.f64 y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1 binary64) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -1 binary64)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (neg.f64 y)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (neg.f64 (neg.f64 y)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 (sqrt.f64 x) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) y)) |
(fma.f64 (sqrt.f64 x) y (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 y (sqrt.f64 x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(-.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (neg.f64 y) (sqrt.f64 x))) |
(-.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
(-.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 (sqrt.f64 x)))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) (*.f64 (sqrt.f64 x) y)) |
(+.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) (-.f64 y (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) (-.f64 y (/.f64 #s(literal -1/9 binary64) x))) #s(literal 1 binary64)) (+.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64)))) (+.f64 y (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (*.f64 y (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64)) (*.f64 y (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64)))))) |
(fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (-.f64 y #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (-.f64 y #s(literal 1 binary64))) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x) (-.f64 y #s(literal 1 binary64))) |
(-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) |
(-.f64 y (+.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 1 binary64))) |
(+.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (-.f64 y #s(literal 1 binary64))) |
(+.f64 y (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 y y)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x))) (-.f64 y (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal -1/9 binary64) x) (/.f64 #s(literal -1/9 binary64) x))) (+.f64 y (/.f64 #s(literal -1/9 binary64) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x) (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal 1/9 binary64) x) y)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 y (/.f64 #s(literal 1/9 binary64) x))))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal 3 binary64))) (fma.f64 y y (fma.f64 (/.f64 #s(literal -1/9 binary64) x) (/.f64 #s(literal -1/9 binary64) x) (*.f64 y (/.f64 #s(literal -1/9 binary64) x))))) |
(fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) y) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) y) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x) y) |
(-.f64 y (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1/9 binary64))) |
(-.f64 y (/.f64 #s(literal -1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) y) |
(+.f64 y (/.f64 #s(literal 1/9 binary64) x)) |
y |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1/9 binary64)) |
(*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal -1/9 binary64) x) |
(neg.f64 (/.f64 #s(literal 1/9 binary64) x)) |
#s(literal -1/9 binary64) |
x |
#s(literal 1 binary64) |
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(pow.f64 x #s(literal 1/2 binary64)) |
(neg.f64 (neg.f64 (sqrt.f64 x))) |
(sqrt.f64 x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) |
#s(literal 3 binary64) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) |
(*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 (neg.f64 y) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 y)) |
(*.f64 #s(literal -3 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) y) (sqrt.f64 x)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y) |
(*.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -3 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (neg.f64 y))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) y)) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) y) |
(*.f64 y #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x))) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -9 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1/9 binary64) x) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -9 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1/9 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) x)) #s(literal -1 binary64))) |
#s(literal 1/9 binary64) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x))) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -3 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(neg.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -9 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1/9 binary64) x) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -9 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1/9 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1 binary64) x) |
(neg.f64 (/.f64 #s(literal -1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -1 binary64))) |
#s(literal 9 binary64) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) y)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (+.f64 y #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (+.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) y)) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (+.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) y))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) (-.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))))) (fma.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (-.f64 (*.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64)) (pow.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (fma.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) (*.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))))))) |
(fma.f64 (*.f64 #s(literal 3 binary64) #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x))) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (sqrt.f64 x) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (neg.f64 y) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 y) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 #s(literal 3 binary64) y) (sqrt.f64 x) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -3 binary64)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (neg.f64 y)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) y) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(fma.f64 #s(literal 3 binary64) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (*.f64 #s(literal 3 binary64) y)) (sqrt.f64 x))) |
(-.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) y)) |
(-.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (sqrt.f64 x)) (*.f64 #s(literal 3 binary64) y))) |
(-.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 y) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y)) |
(-.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x))) #s(literal 3 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 (neg.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x))) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 #s(literal -3 binary64) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)))) |
(+.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (sqrt.f64 x)) |
(*.f64 (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) |
(*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 (neg.f64 y) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 y)) |
(*.f64 #s(literal -3 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) y) (sqrt.f64 x)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y) |
(*.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -3 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (neg.f64 y))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) y)) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal -1 binary64) (neg.f64 y)) (sqrt.f64 x)) |
(*.f64 (neg.f64 (neg.f64 y)) (sqrt.f64 x)) |
(*.f64 (*.f64 (neg.f64 y) (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 (neg.f64 y) (neg.f64 (sqrt.f64 x))) |
(*.f64 (neg.f64 (sqrt.f64 x)) (neg.f64 y)) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 y) (sqrt.f64 x))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 x) (*.f64 (neg.f64 y) #s(literal -1 binary64))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (neg.f64 y))) |
(*.f64 (sqrt.f64 x) (neg.f64 (neg.f64 y))) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
(neg.f64 (*.f64 (neg.f64 y) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
#s(approx (- y (/ -1/9 x)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- y (/ -1/9 x)) (/.f64 (fma.f64 x y #s(literal 1/9 binary64)) x)) |
#s(approx (/ -1/9 x) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx x x) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (* y 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 3 binary64) #s(literal 1/3 binary64)) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (/ 1 x) 9) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (/ (/ 1 x) 9) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))) x (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (/.f64 (fma.f64 #s(literal 1/9 binary64) (sqrt.f64 x) (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)))) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 (-.f64 #s(literal 1/9 binary64) x) x)) |
#s(approx (* (* y 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (-.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
#s(approx (- y (/ -1/9 x)) y) |
#s(approx (- y (/ -1/9 x)) (-.f64 y (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64) (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)))) x)) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) x)) |
#s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) |
#s(approx (- (/ 1/9 x) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 x) (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (neg.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1/9 binary64)) (*.f64 (-.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))) x)) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 x) (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))))) |
#s(approx (* (* y 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 x) (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (*.f64 #s(literal -3 binary64) (-.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) |
#s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (*.f64 (neg.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) |
#s(approx (* (* y 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx y y) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* y 3) (*.f64 #s(literal 3 binary64) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (- y (/ -1/9 x)) (fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 x y)) y y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 #s(literal 3 binary64) y)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 3 binary64) #s(literal 3 binary64)) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (neg.f64 y) (neg.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 y)) #s(literal 1 binary64)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (neg.f64 y) (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal -3 binary64)) #s(literal 3 binary64)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 y)) #s(literal 1 binary64)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
Compiled 3 306 to 1 088 computations (67.1% saved)
24 alts after pruning (18 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 326 | 8 | 334 |
| Fresh | 4 | 10 | 14 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 2 | 2 |
| Total | 331 | 24 | 355 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 76.2% | (fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 62.5% | (fma.f64 #s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) | |
| 62.5% | (fma.f64 #s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) | |
| 99.4% | (*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x)) #s(literal 3 binary64)) | |
| 61.2% | (*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) | |
| 62.6% | (*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) | |
| 76.1% | (*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) y)) #s(literal 3 binary64)) | |
| ▶ | 38.4% | (*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
| ✓ | 38.4% | (*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
| 87.8% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (fma.f64 x (/.f64 (-.f64 y #s(literal 1 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)))) | |
| ✓ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (-.f64 #s(literal 1/9 binary64) x)) x))) | |
| ▶ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
| ✓ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| ▶ | 40.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
| 67.5% | (*.f64 #s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (-.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) #s(literal 3 binary64)) | |
| ▶ | 99.5% | (*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
| 38.5% | (*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) | |
| 67.5% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) | |
| 38.5% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) | |
| ▶ | 59.9% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) |
| 67.6% | #s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) | |
| ✓ | 40.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| ✓ | 40.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
Compiled 761 to 746 computations (2% saved)
| Inputs |
|---|
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x)) |
(-.f64 y #s(literal 1 binary64)) |
y |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(/.f64 #s(literal 1/3 binary64) x) |
#s(literal 1/3 binary64) |
x |
(sqrt.f64 x) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) y) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
#s(literal 9 binary64) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) |
(*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x) |
(*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(literal -3 binary64) |
(-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) |
| Outputs |
|---|
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ 1/3 x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ (+ 1/3 (* 3 (* x (- y 1)))) x))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (/ 1/3 x))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (/ (+ 1/3 (* 3 (* x (- y 1)))) x))) |
#s(approx (/ 1/3 x) #s(hole binary64 (/ 1/3 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- y 1))) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 (* 9 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* 9 x) #s(hole binary64 (* 9 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -3 (- (sqrt x) (* (sqrt x) y))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -3 (/ (- (sqrt x) (* (sqrt x) y)) x)))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (/ (- (sqrt x) (* (sqrt x) y)) x))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (* (/ 1 (sqrt x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- y 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 (- y 1)) (* 1/3 (/ 1 x))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* 3 (- y 1)))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (+ (* 3 (- y 1)) (* 1/3 (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- y 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 3)))) (* (sqrt (/ 1 x)) (- y 1)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -3 (* x (- (sqrt (/ 1 x)) (* (sqrt (/ 1 x)) y)))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -3 (- (sqrt (/ 1 x)) (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (- (sqrt (/ 1 x)) (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 y) (* 3 (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (- (* 1/3 (/ 1 x)) 3))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (- (+ (* 1/3 (/ 1 x)) (* 3 y)) 3))) |
#s(approx (- y 1) #s(hole binary64 -1)) |
#s(approx (- y 1) #s(hole binary64 (- y 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (+ -1 (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -3 (sqrt (/ 1 x))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) y))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 y))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* y (+ 3 (* 3 (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* 3 y))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* y (- (+ 3 (/ 1/3 (* x y))) (* 3 (/ 1 y)))))) |
#s(approx (- y 1) #s(hole binary64 y)) |
#s(approx (- y 1) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* y (+ (sqrt x) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* -1 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* y (- (* (sqrt (/ 1 x)) (/ 1 y)) (sqrt (/ 1 x)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* -1 (* y (- (* -3 (/ (- (* 1/9 (/ 1 x)) 1) y)) 3))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/3 (/ 1 x)) 3) y)) 3))))) |
#s(approx (- y 1) #s(hole binary64 (* -1 (* y (- (/ 1 y) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) (/ 1 y)))))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) (/ 1 y)))))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* -1 (* y (- (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* -1 (sqrt (/ 1 x)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | x | @ | -inf | ((* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (+ (* (- y 1) 3) (/ 1/3 x)) (- y 1) y 1 3 (/ 1/3 x) 1/3 x (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ 1 (* 9 x)) (* 9 x) 9 (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) |
| 4.0ms | x | @ | 0 | ((* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (+ (* (- y 1) 3) (/ 1/3 x)) (- y 1) y 1 3 (/ 1/3 x) 1/3 x (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ 1 (* 9 x)) (* 9 x) 9 (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) |
| 3.0ms | x | @ | inf | ((* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (+ (* (- y 1) 3) (/ 1/3 x)) (- y 1) y 1 3 (/ 1/3 x) 1/3 x (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ 1 (* 9 x)) (* 9 x) 9 (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) |
| 3.0ms | y | @ | -inf | ((* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (+ (* (- y 1) 3) (/ 1/3 x)) (- y 1) y 1 3 (/ 1/3 x) 1/3 x (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ 1 (* 9 x)) (* 9 x) 9 (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) |
| 3.0ms | y | @ | 0 | ((* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (* (- (+ y (/ 1 (* x 9))) 1) 3) (+ (* (- y 1) 3) (/ 1/3 x)) (- y 1) y 1 3 (/ 1/3 x) 1/3 x (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ 1 (* 9 x)) (* 9 x) 9 (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 374 | 3404 |
| 0 | 405 | 2952 |
| 0 | 1011 | 2659 |
| 0 | 5014 | 2626 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x)) |
(-.f64 y #s(literal 1 binary64)) |
y |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(/.f64 #s(literal 1/3 binary64) x) |
#s(literal 1/3 binary64) |
x |
(sqrt.f64 x) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) y) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
#s(literal 9 binary64) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) |
(*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x) |
(*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(literal -3 binary64) |
(-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ 1/3 x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (/ (+ 1/3 (* 3 (* x (- y 1)))) x))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (/ 1/3 x))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (/ (+ 1/3 (* 3 (* x (- y 1)))) x))) |
#s(approx (/ 1/3 x) #s(hole binary64 (/ 1/3 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- y 1))) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 (* 9 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* 9 x) #s(hole binary64 (* 9 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -3 (- (sqrt x) (* (sqrt x) y))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -3 (/ (- (sqrt x) (* (sqrt x) y)) x)))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (/ (- (sqrt x) (* (sqrt x) y)) x))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (* (/ 1 (sqrt x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- y 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 (- y 1)) (* 1/3 (/ 1 x))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* 3 (- y 1)))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (+ (* 3 (- y 1)) (* 1/3 (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- y 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 3)))) (* (sqrt (/ 1 x)) (- y 1)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -3 (* x (- (sqrt (/ 1 x)) (* (sqrt (/ 1 x)) y)))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -3 (- (sqrt (/ 1 x)) (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (- (sqrt (/ 1 x)) (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (+ (* 3 y) (* 3 (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (- (* 1/3 (/ 1 x)) 3))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (- (+ (* 1/3 (/ 1 x)) (* 3 y)) 3))) |
#s(approx (- y 1) #s(hole binary64 -1)) |
#s(approx (- y 1) #s(hole binary64 (- y 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (+ -1 (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -3 (sqrt (/ 1 x))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) y))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* 3 y))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* y (+ 3 (* 3 (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* 3 y))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* y (- (+ 3 (/ 1/3 (* x y))) (* 3 (/ 1 y)))))) |
#s(approx (- y 1) #s(hole binary64 y)) |
#s(approx (- y 1) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* y (+ (sqrt x) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* -1 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* y (- (* (sqrt (/ 1 x)) (/ 1 y)) (sqrt (/ 1 x)))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(hole binary64 (* -1 (* y (- (* -3 (/ (- (* 1/9 (/ 1 x)) 1) y)) 3))))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/3 (/ 1 x)) 3) y)) 3))))) |
#s(approx (- y 1) #s(hole binary64 (* -1 (* y (- (/ 1 y) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) (/ 1 y)))))))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) (/ 1 y)))))))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* -1 (* y (- (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* -1 (sqrt (/ 1 x)))))))) |
| Outputs |
|---|
(*.f64 (sqrt.f64 x) #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) x) (/.f64 #s(literal 1/3 binary64) x))) (-.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 #s(literal 1/3 binary64) x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) x) (/.f64 #s(literal 1/3 binary64) x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)))) (-.f64 (/.f64 #s(literal 1/3 binary64) x) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal -1/3 binary64) x) (/.f64 #s(literal -1/3 binary64) x))) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (-.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) x) (/.f64 #s(literal 1/3 binary64) x)) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 #s(literal 1/3 binary64) x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/3 binary64) x) (/.f64 #s(literal 1/3 binary64) x) (-.f64 (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1/3 binary64) x) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal -1/3 binary64) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (fma.f64 (/.f64 #s(literal -1/3 binary64) x) (/.f64 #s(literal -1/3 binary64) x) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 #s(literal -1/3 binary64) x))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/3 binary64) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x)) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) |
(fma.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1/3 binary64) x)) |
(-.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/3 binary64))) |
(-.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 #s(literal -1/3 binary64) x)) |
(-.f64 (/.f64 #s(literal 1/3 binary64) x) (*.f64 (neg.f64 (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64))) |
(-.f64 (/.f64 #s(literal 1/3 binary64) x) (*.f64 #s(literal -3 binary64) (-.f64 y #s(literal 1 binary64)))) |
(+.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (/.f64 #s(literal 1/3 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/3 binary64) x) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (-.f64 (*.f64 y y) #s(literal 1 binary64)) (+.f64 y #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 y y (+.f64 #s(literal 1 binary64) y))) |
(-.f64 y #s(literal 1 binary64)) |
y |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1/3 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1/3 binary64) x) |
(neg.f64 (/.f64 #s(literal -1/3 binary64) x)) |
#s(literal 1/3 binary64) |
x |
(*.f64 (pow.f64 x #s(literal 1/4 binary64)) (pow.f64 x #s(literal 1/4 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(pow.f64 x #s(literal 1/2 binary64)) |
(neg.f64 (neg.f64 (sqrt.f64 x))) |
(sqrt.f64 x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y)))) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y)))) |
(*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -3 binary64) (neg.f64 (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(neg.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) y) |
(*.f64 (*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 3 binary64)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)))) |
(*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -9 binary64)) |
(/.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1/9 binary64) x) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1/9 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) x)) #s(literal -1 binary64))) |
#s(literal 1/9 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 3 binary64) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)))) |
(*.f64 (sqrt.f64 x) (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 3 binary64)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -9 binary64)) |
(/.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal -1 binary64) (*.f64 #s(literal -9 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 (neg.f64 x))) |
(/.f64 #s(literal 1/9 binary64) x) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal -9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1/9 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 9 binary64) x)) #s(literal -1 binary64))) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
#s(literal 9 binary64) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 #s(literal -3 binary64) x) (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
(*.f64 (*.f64 #s(literal -3 binary64) x) (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
(*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) x) #s(literal -3 binary64)) |
(*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64)) x) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) (*.f64 #s(literal -3 binary64) x)) |
(*.f64 #s(literal -3 binary64) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) x)) |
(*.f64 x (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) (*.f64 (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x))))) |
(fma.f64 (*.f64 x (/.f64 y (sqrt.f64 x))) #s(literal 3 binary64) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) #s(literal -3 binary64) (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(fma.f64 (*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) #s(literal -3 binary64) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x))) |
(fma.f64 (*.f64 x (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) #s(literal -3 binary64) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) |
(fma.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (*.f64 #s(literal -3 binary64) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x))) |
(fma.f64 (*.f64 #s(literal -3 binary64) x) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) |
(fma.f64 (*.f64 #s(literal 3 binary64) x) (/.f64 y (sqrt.f64 x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) x) y (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 x y) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) |
(fma.f64 (/.f64 y (sqrt.f64 x)) (*.f64 #s(literal 3 binary64) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 #s(literal -3 binary64) x) (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 #s(literal -3 binary64) x) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 #s(literal -3 binary64) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) |
(fma.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) x) (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) x) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x))) |
(fma.f64 #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) |
(fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 y (sqrt.f64 x)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 x (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) |
(-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (neg.f64 x) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)))) |
(-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(+.f64 (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(+.f64 (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(+.f64 (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x)) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (*.f64 #s(literal -3 binary64) x) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 #s(literal -3 binary64) x))) |
(+.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) x) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64)) |
(*.f64 #s(literal -3 binary64) (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)))) (-.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)))) (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)))) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (-.f64 (*.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (fma.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)))))) |
(fma.f64 (*.f64 #s(literal -3 binary64) (neg.f64 y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (*.f64 #s(literal 3 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64)) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) y (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (neg.f64 y) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 #s(literal 3 binary64) y) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) |
(fma.f64 #s(literal -3 binary64) (neg.f64 (/.f64 y (sqrt.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 #s(literal -3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) |
(fma.f64 #s(literal 3 binary64) (/.f64 y (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(-.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64))) |
(-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64))) y)) |
(-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -3 binary64))) |
(+.f64 (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64)) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) |
#s(literal -3 binary64) |
(*.f64 (+.f64 (neg.f64 y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (neg.f64 (/.f64 y (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) x)) (-.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (neg.f64 (/.f64 y (sqrt.f64 x))))) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (/.f64 y (sqrt.f64 x))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 y (sqrt.f64 x)) (/.f64 y (sqrt.f64 x)))) (+.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (/.f64 y (sqrt.f64 x)))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (neg.f64 (/.f64 y (sqrt.f64 x))) (-.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (neg.f64 (/.f64 y (sqrt.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (/.f64 y (sqrt.f64 x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (/.f64 y (sqrt.f64 x)) (/.f64 y (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (/.f64 y (sqrt.f64 x)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(/.f64 (-.f64 (neg.f64 (sqrt.f64 x)) (*.f64 (neg.f64 y) (sqrt.f64 x))) (*.f64 (neg.f64 (sqrt.f64 x)) (sqrt.f64 x))) |
(/.f64 (-.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) y)) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/4 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/4 binary64)) (neg.f64 (/.f64 y (sqrt.f64 x)))) |
(fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 x) #s(literal -1/2 binary64)) (neg.f64 (/.f64 y (sqrt.f64 x)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(fma.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(fma.f64 #s(literal -1 binary64) (/.f64 y (sqrt.f64 x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(fma.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1 binary64) (neg.f64 (/.f64 y (sqrt.f64 x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (/.f64 y (sqrt.f64 x)))) |
(fma.f64 y (/.f64 #s(literal -1 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (neg.f64 (neg.f64 y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 x)) (neg.f64 y))) |
(-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (/.f64 y (sqrt.f64 x))) |
(+.f64 (neg.f64 (/.f64 y (sqrt.f64 x))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(+.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (/.f64 y (sqrt.f64 x)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/4 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1/2 binary64)) (pow.f64 (sqrt.f64 x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(pow.f64 x #s(literal -1/2 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -1 binary64)) |
(/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (neg.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(neg.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 x))) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) |
(*.f64 #s(literal 1 binary64) (/.f64 y (sqrt.f64 x))) |
(*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 x))) |
(/.f64 y (sqrt.f64 x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64))) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 3 binary64) #s(literal 1/3 binary64)) x)) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (/.f64 #s(literal 1/3 binary64) x)) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) x) #s(literal 3 binary64) #s(literal 1/3 binary64)) x)) |
#s(approx (/ 1/3 x) (/.f64 #s(literal 1/3 binary64) x)) |
#s(approx x x) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64))) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64))) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (/.f64 (fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (/ 1 (* 9 x)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ 1 (* 9 x)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* 9 x) (*.f64 #s(literal 9 binary64) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))) x (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64))) x)) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64)))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))) x)) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 (-.f64 (sqrt.f64 x) (*.f64 (sqrt.f64 x) y)) x)) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
#s(approx (* (/ 1 (sqrt x)) y) (/.f64 y (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 y #s(literal 1 binary64))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (sqrt.f64 x) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64)))) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 #s(literal -3 binary64) x) (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (*.f64 #s(literal -3 binary64) x) (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 x))) (-.f64 y #s(literal 1 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))))) x)) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 x))) (-.f64 y #s(literal 1 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))))) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 x))) (-.f64 y #s(literal 1 binary64)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))))) x)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (sqrt.f64 x) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64)) (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 x) (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 x)) (neg.f64 (/.f64 y (sqrt.f64 x))))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64)))) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 #s(literal 3 binary64) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (fma.f64 #s(literal 3 binary64) y (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)))) |
#s(approx (- y 1) #s(literal -1 binary64)) |
#s(approx (- y 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx y y) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (/.f64 (-.f64 #s(literal 1/9 binary64) x) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 y (-.f64 (/.f64 #s(literal -1/9 binary64) x) #s(literal -1 binary64)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (sqrt.f64 x) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64)))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 #s(literal 3 binary64) y)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 3 binary64) #s(literal 3 binary64)) y)) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (*.f64 #s(literal 3 binary64) y)) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)) y) #s(literal 3 binary64)) y)) |
#s(approx (- y 1) y) |
#s(approx (- y 1) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) y) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y)) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 (sqrt.f64 x) y) (sqrt.f64 x))) y)) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) y)) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (neg.f64 (/.f64 y (sqrt.f64 x)))) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (*.f64 (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) y)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (*.f64 (neg.f64 y) (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal -3 binary64)) #s(literal 3 binary64)))) |
#s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)) (neg.f64 y)) #s(literal 3 binary64)))) |
#s(approx (- y 1) (*.f64 (neg.f64 y) (-.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 y)) #s(literal 1 binary64)))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (*.f64 (neg.f64 y) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (neg.f64 y)) #s(literal 1 binary64)))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) (*.f64 (neg.f64 y) (neg.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x))))) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (neg.f64 y) (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal -3 binary64)))) |
#s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 (sqrt.f64 x) (/.f64 (sqrt.f64 x) y)))) y)) |
#s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (neg.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)))) y)) |
#s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (neg.f64 (fma.f64 (/.f64 (/.f64 #s(literal -1 binary64) (sqrt.f64 x)) y) y (/.f64 y (sqrt.f64 x))))) |
Compiled 3 254 to 1 246 computations (61.7% saved)
26 alts after pruning (17 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 309 | 11 | 320 |
| Fresh | 7 | 6 | 13 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 6 | 6 |
| Total | 318 | 26 | 344 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 76.2% | (fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 62.5% | (fma.f64 #s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) | |
| 62.5% | (fma.f64 #s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) | |
| 62.6% | (*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) | |
| 38.4% | (*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (sqrt.f64 x)) #s(literal 3 binary64)) | |
| ✓ | 38.4% | (*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
| ✓ | 38.4% | (*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
| ✓ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (-.f64 #s(literal 1/9 binary64) x)) x))) | |
| ✓ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
| ✓ | 38.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| ✓ | 40.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
| 99.4% | (*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 #s(approx (- y 1) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) | |
| 76.2% | (*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 #s(approx (- y 1) y) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) | |
| 38.5% | (*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) | |
| 61.2% | (*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)))) (sqrt.f64 x)) | |
| 59.8% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) x)) | |
| 38.5% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) | |
| 59.9% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) x) #s(literal -3 binary64))) | |
| 23.8% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) #s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) | |
| 37.9% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 #s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) x)) | |
| 62.5% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) | |
| 23.9% | #s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) | |
| 67.5% | #s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) | |
| ✓ | 40.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| ✓ | 40.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
Compiled 1 066 to 744 computations (30.2% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)))) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 #s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) #s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 #s(approx (- y 1) y) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) x) #s(literal -3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (-.f64 #s(literal 1/9 binary64) x)) x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) y)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)))) |
(fma.f64 #s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 #s(approx (- y 1) y) x #s(literal 1/9 binary64)) x))) |
(*.f64 (*.f64 (-.f64 (-.f64 y (/.f64 #s(literal -1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(fma.f64 #s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) x)) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 #s(approx (- y 1) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (fma.f64 x (/.f64 (-.f64 y #s(literal 1 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) y)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) (fma.f64 y #s(literal 3 binary64) #s(literal -3 binary64))) x (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(fma.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(fma.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) (sqrt x)) 3) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal -3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
(*.f64 #s(approx (* (- (- y (/ -1/9 x)) 1) (sqrt x)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (-.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) #s(literal 3 binary64)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (* (- (+ y (/ 1 (* x 9))) 1) 3) (sqrt x)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (neg.f64 (-.f64 y #s(literal 1 binary64))))))) |
| Outputs |
|---|
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 (-.f64 y #s(literal 1 binary64)) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
3 calls:
| 17.0ms | x |
| 16.0ms | y |
| 13.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.5% | 1 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 99.5% | 1 | x |
| 99.5% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)))) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 #s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) #s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 #s(approx (- y 1) y) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) x) #s(literal -3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (-.f64 #s(literal 1/9 binary64) x)) x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) y)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)))) |
(fma.f64 #s(approx (* (- (/ 1/9 x) 1) (sqrt x)) (neg.f64 (sqrt.f64 x))) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| Outputs |
|---|
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (fma.f64 #s(approx (- y 1) y) #s(literal 3 binary64) (/.f64 #s(literal 1/3 binary64) x))) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) |
3 calls:
| 8.0ms | y |
| 8.0ms | x |
| 8.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.4% | 2 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 98.7% | 2 | x |
| 98.6% | 3 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)))) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 #s(approx (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (*.f64 #s(literal -3 binary64) #s(approx (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) #s(literal 3 binary64)) |
| Outputs |
|---|
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) #s(approx (+ (* (- y 1) 3) (/ 1/3 x)) (-.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 3 binary64)))) (sqrt.f64 x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
3 calls:
| 44.0ms | x |
| 5.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 5.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.8% | 3 | y |
| 90.2% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 90.3% | 4 | x |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
| Outputs |
|---|
(*.f64 (*.f64 (-.f64 #s(approx (- y (/ -1/9 x)) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
2 calls:
| 4.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 4.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 71.7% | 3 | y |
| 89.6% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 14 to 14 computations (0% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
1 calls:
| 4.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.6% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 13 to 12 computations (7.7% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
1 calls:
| 4.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.5% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 13 to 12 computations (7.7% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
| Outputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 (sqrt.f64 x) (fma.f64 #s(literal 3 binary64) y #s(literal -3 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
1 calls:
| 3.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.5% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 13 to 12 computations (7.7% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(*.f64 #s(approx (* (- (+ y (/ 1 (* x 9))) 1) 3) (/.f64 #s(literal 1/3 binary64) x)) (sqrt.f64 x)) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
2 calls:
| 3.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 3.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.5% | 2 | x |
| 84.6% | 4 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 14 to 14 computations (0% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) #s(approx (/ (+ (* (- y 1) x) 1/9) x) y))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
3 calls:
| 2.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 2.0ms | x |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 40.5% | 1 | x |
| 61.6% | 3 | y |
| 57.6% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
1 calls:
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 61.6% | 3 | y |
Compiled 1 to 2 computations (-100% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
| Outputs |
|---|
#s(approx (+ (* (- (/ 1/9 x) 1) (* (sqrt x) 3)) (* (* (sqrt x) y) 3)) #s(approx (* (* -3 (- (/ 1 (sqrt x)) (* (/ 1 (sqrt x)) y))) x) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
3 calls:
| 18.0ms | y |
| 1.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 23.9% | 1 | x |
| 23.9% | 1 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 23.9% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 0.09154031068676623 | 338.5413001647437 |
| 7.0ms | 128× | 0 | valid |
Compiled 289 to 305 computations (-5.5% saved)
ival-mult!: 2.0ms (51.2% of total)ival-sqrt: 1.0ms (25.6% of total)ival-add!: 1.0ms (25.6% of total)ival-div!: 1.0ms (25.6% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.7515901642215514e+153 | 2.830567872010259e+153 |
| 0.0ms | -592482205999396000.0 | -8841721036012114.0 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.7515901642215514e+153 | 2.830567872010259e+153 |
| 0.0ms | -62266763836.30648 | 0.19405447035915122 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.7515901642215514e+153 | 2.830567872010259e+153 |
| 0.0ms | -62266763836.30648 | 0.19405447035915122 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.7515901642215514e+153 | 2.830567872010259e+153 |
| 0.0ms | -62266763836.30648 | 0.19405447035915122 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.7515901642215514e+153 | 2.830567872010259e+153 |
| 0.0ms | -62266763836.30648 | 0.19405447035915122 |
Compiled 16 to 17 computations (-6.3% saved)
| 3× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 2.7515901642215514e+153 | 2.830567872010259e+153 |
| 0.0ms | -62266763836.30648 | 0.19405447035915122 |
| 0.0ms | -3.036642711873565e+152 | -3.69426847903425e+151 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 108.0ms | 0.008793069224390578 | 2185.4212451178437 |
| 35.0ms | -29777310669871456.0 | -6.488441714280759 |
| 131.0ms | 304× | 0 | valid |
Compiled 872 to 834 computations (4.4% saved)
ival-add!: 96.0ms (92.2% of total)ival-mult!: 4.0ms (3.8% of total)ival-sqrt: 2.0ms (1.9% of total)ival-div!: 2.0ms (1.9% of total)ival-sub!: 1.0ms (1% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 0.008793069224390578 | 2185.4212451178437 |
| 1.0ms | -29777310669871456.0 | -6.488441714280759 |
Compiled 872 to 834 computations (4.4% saved)
| 1× | fuel |
Compiled 188 to 111 computations (41% saved)
Compiled 201 to 123 computations (38.8% saved)
Loading profile data...