
Time bar (total: 1.9s)
| 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)
| 477.0ms | 8 256× | 0 | valid |
| 15.0ms | 259× | 0 | invalid |
ival-mult!: 109.0ms (36.3% of total)ival-sqrt: 107.0ms (35.7% of total)ival-div!: 46.0ms (15.3% of total)ival-add!: 19.0ms (6.3% of total)ival-sub!: 18.0ms (6% of total)adjust: 1.0ms (0.3% of total)Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 92 |
| 1 | 79 | 78 |
| 2 | 223 | 76 |
| 3 | 711 | 76 |
| 4 | 2124 | 74 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.5% | (*.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 | 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) |
| 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) |
| 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 | @ | 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) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 131 | 666 |
| 0 | 142 | 615 |
| 0 | 581 | 609 |
| 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 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
x |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y)) #s(literal 1 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)) |
(+.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (-.f64 y (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) |
(+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
y |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (*.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 (* (* 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 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.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 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 #s(literal -1 binary64) (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) #s(literal 1/3 binary64))) x))) |
#s(approx (* 3 (sqrt x)) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (fma.f64 (sqrt.f64 x) y (*.f64 (-.f64 (/.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 (* (* 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 #s(literal 3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) y))) |
Compiled 487 to 221 computations (54.6% saved)
16 alts after pruning (15 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 36 | 15 | 51 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 36 | 16 | 52 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.5% | (*.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.5% | (*.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.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
| 64.1% | (*.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))) | |
| ▶ | 84.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))) |
| ▶ | 57.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| 94.8% | (*.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))) | |
| 41.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) | |
| 84.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y))) | |
| 37.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) | |
| 99.4% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)))) | |
| 70.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) | |
| 62.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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)) | |
| 41.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))) | |
| ▶ | 37.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 80.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) |
Compiled 551 to 544 computations (1.3% saved)
| Inputs |
|---|
(*.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))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.f64 (+.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) #s(literal 1 binary64)) |
(+.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) |
y |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
#s(literal 9 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) y) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
(-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64)) |
(+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ 1 (* x 9)) (/.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)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y) |
(+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
(*.f64 y x) |
| 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 (/ 1 x) #s(hole binary64 (/ 1 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 (* (* (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 (* 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 (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (/ (+ x (* 1/9 (/ 1 y))) x))) |
#s(approx (/ 1/9 (* y x)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#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) (- 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 (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 y)) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 1)) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (+ 1 (* 1/9 (/ 1 (* x y)))))) |
#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) (* (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 (* (* (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) (- (* 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) (- (* 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 (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (/ (+ y (* 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) #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 (* 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 (* (+ (/ 1/9 (* y x)) 1) y) #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))))) |
#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 | |
|---|---|---|---|---|
| 14.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) 1 9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* (sqrt x) y) 3) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ 1 (* x 9)) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (+ (/ 1/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 4.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) 1 9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* (sqrt x) y) 3) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ 1 (* x 9)) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (+ (/ 1/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 3.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) 1 9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* (sqrt x) y) 3) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ 1 (* x 9)) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (+ (/ 1/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 2.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) 1 9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* (sqrt x) y) 3) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ 1 (* x 9)) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (+ (/ 1/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 2.0ms | y | @ | 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) 1 9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* (sqrt x) y) 3) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ 1 (* x 9)) (/ 1/9 x) 1/9 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (+ (/ 1/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 206 | 1669 |
| 0 | 239 | 1557 |
| 0 | 840 | 1544 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.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))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.f64 (+.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) #s(literal 1 binary64)) |
(+.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) |
y |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
#s(literal 9 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) y) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
(-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64)) |
(+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ 1 (* x 9)) (/.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)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y) |
(+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
(*.f64 y 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 (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 (/ 1 x) #s(hole binary64 (/ 1 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 (* (* (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 (* 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 (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (/ (+ x (* 1/9 (/ 1 y))) x))) |
#s(approx (/ 1/9 (* y x)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#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) (- 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 (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 y)) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 1)) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (+ 1 (* 1/9 (/ 1 (* x y)))))) |
#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) (* (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 (* (* (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) (- (* 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) (- (* 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 (+ (/ 1/9 (* y x)) 1) #s(hole binary64 (/ (+ y (* 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) #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 (* 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 (* (+ (/ 1/9 (* y x)) 1) y) #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))))) |
#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 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
x |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y)) #s(literal 1 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)) |
(+.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (-.f64 y (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) |
(+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
y |
(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 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
#s(literal 9 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
(*.f64 (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y)) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) y) |
(*.f64 (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y)) #s(literal 1 binary64)) (+.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64))))) |
(-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)) |
(+.f64 y (-.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)))) (-.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)))) |
(/.f64 (+.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64))) (fma.f64 y y (-.f64 (*.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) (*.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)))))) |
(+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) |
(+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
(*.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 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
(*.f64 (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y))) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y) |
(*.f64 y (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) y (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) y)) |
(fma.f64 y #s(literal 1 binary64) (*.f64 y (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
(+.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) y)) |
(+.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 y (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) #s(literal 1 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1/9 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 y x)))) |
(+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 y x))) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 (*.f64 y x))) |
(/.f64 (/.f64 #s(literal 1/9 binary64) y) x) |
(/.f64 (/.f64 #s(literal 1/9 binary64) x) y) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
(*.f64 y x) |
(*.f64 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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.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 (/ 1 x) (/.f64 #s(literal 1 binary64) 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 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) 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 (- (+ 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 (/ 1/9 x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) (/.f64 (fma.f64 y x #s(literal 1/9 binary64)) x)) |
#s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) y) x) x)) |
#s(approx (/ 1/9 (* y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) y) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) (+.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
#s(approx (+ (/ 1/9 (* y x)) 1) #s(literal 1 binary64)) |
#s(approx (+ (/ 1/9 (* y x)) 1) (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 #s(literal -1 binary64) (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) #s(literal 1/3 binary64))) x))) |
#s(approx (* 3 (sqrt x)) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (*.f64 #s(literal -1 binary64) (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))) #s(literal 1/3 binary64))) x))) |
#s(approx (* (* (sqrt x) y) 3) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -3 binary64))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (fma.f64 (sqrt.f64 x) y (*.f64 (-.f64 (/.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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (fma.f64 (sqrt.f64 x) y (*.f64 (-.f64 (/.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 (+ (/ 1/9 (* y x)) 1) (/.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) 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 #s(literal 3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) 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 #s(literal 3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) |
#s(approx (* (+ (/ 1/9 (* y x)) 1) y) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) y))) |
Compiled 1 224 to 562 computations (54.1% saved)
19 alts after pruning (14 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 128 | 5 | 133 |
| Fresh | 1 | 9 | 10 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 1 | 1 |
| Total | 130 | 19 | 149 |
| Status | Accuracy | Program |
|---|---|---|
| 42.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y)) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) | |
| ✓ | 99.5% | (*.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.5% | (*.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.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
| 64.1% | (*.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))) | |
| 49.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) #s(literal 1 binary64))) | |
| ✓ | 57.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| ▶ | 94.8% | (*.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))) |
| 41.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) | |
| ▶ | 84.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y))) |
| 37.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) | |
| ▶ | 99.4% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
| ▶ | 57.9% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
| 70.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) | |
| 62.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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)) | |
| 41.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))) | |
| ✓ | 37.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 80.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) | |
| ▶ | 37.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
Compiled 617 to 597 computations (3.2% saved)
| Inputs |
|---|
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
#s(literal 3 binary64) |
(*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64))) |
(sqrt.f64 x) |
x |
(-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)) |
(+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
y |
#s(literal 1 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64))) |
(*.f64 y #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) y) |
(*.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 #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 (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)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) |
| Outputs |
|---|
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- y 1))) x))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (+ (/ 1 (* x 9)) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (/ 1 (* x 9)) y) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 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 (* (sqrt x) (* y 3)) #s(hole binary64 (* 3 (* (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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- 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 (+ 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 (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt 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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ (+ 1/9 (* x (* y (- 1 (/ 1 y))))) x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (+ (* x (- 1 (/ 1 y))) (* 1/9 (/ 1 y))) x))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) 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 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 3)))) (* (sqrt (/ 1 x)) (- y 1)))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ (/ 1 (* x 9)) y) #s(hole binary64 y)) |
#s(approx (+ (/ 1 (* x 9)) y) #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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 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 (/ (+ (* (- 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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (+ (* y (- 1 (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- 1 (/ 1 y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#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) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #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 (* (sqrt x) (* y 3)) #s(hole binary64 (* -3 (* (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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #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 (* 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 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* (sqrt x) y) (* (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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (+ y (* 1/9 (/ 1 x))) 1) y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* y (+ (sqrt x) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 y)) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ (/ 1 (* x 9)) y) #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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (sqrt x) (* (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 (/ (+ (* (- 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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 y)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (/ 1/9 (* x y))) (/ 1 y)))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | x | @ | -inf | ((* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (sqrt x) x (- (+ (/ 1 (* x 9)) y) 1) (+ (/ 1 (* x 9)) y) (/ 1 (* x 9)) (/ 1/9 x) 1/9 y 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (sqrt x) (* y 3)) (* y 3) (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 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) 1/9) (- y 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1)) |
| 3.0ms | y | @ | -inf | ((* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (sqrt x) x (- (+ (/ 1 (* x 9)) y) 1) (+ (/ 1 (* x 9)) y) (/ 1 (* x 9)) (/ 1/9 x) 1/9 y 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (sqrt x) (* y 3)) (* y 3) (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 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) 1/9) (- y 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1)) |
| 3.0ms | y | @ | inf | ((* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (sqrt x) x (- (+ (/ 1 (* x 9)) y) 1) (+ (/ 1 (* x 9)) y) (/ 1 (* x 9)) (/ 1/9 x) 1/9 y 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (sqrt x) (* y 3)) (* y 3) (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 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) 1/9) (- y 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1)) |
| 3.0ms | x | @ | 0 | ((* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (sqrt x) x (- (+ (/ 1 (* x 9)) y) 1) (+ (/ 1 (* x 9)) y) (/ 1 (* x 9)) (/ 1/9 x) 1/9 y 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (sqrt x) (* y 3)) (* y 3) (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 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) 1/9) (- y 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1)) |
| 3.0ms | y | @ | 0 | ((* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (sqrt x) x (- (+ (/ 1 (* x 9)) y) 1) (+ (/ 1 (* x 9)) y) (/ 1 (* x 9)) (/ 1/9 x) 1/9 y 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (sqrt x) (* y 3)) (* y 3) (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (* 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) 1/9) (- y 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 336 | 3271 |
| 0 | 373 | 2991 |
| 0 | 1379 | 2960 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
#s(literal 3 binary64) |
(*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64))) |
(sqrt.f64 x) |
x |
(-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)) |
(+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
y |
#s(literal 1 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
(*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64))) |
(*.f64 y #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) y) |
(*.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 #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 (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)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- y 1))) x))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (/ (+ 1/9 (* x (- y 1))) x))) |
#s(approx (+ (/ 1 (* x 9)) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (/ 1 (* x 9)) y) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 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 (* (sqrt x) (* y 3)) #s(hole binary64 (* 3 (* (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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/9 (sqrt x)) (* (sqrt (pow x 3)) (- 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 (+ 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 (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt 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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ (+ 1/9 (* x (* y (- 1 (/ 1 y))))) x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (+ (* x (- 1 (/ 1 y))) (* 1/9 (/ 1 y))) x))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) 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 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 3)))) (* (sqrt (/ 1 x)) (- y 1)))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (- y 1))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ (/ 1 (* x 9)) y) #s(hole binary64 y)) |
#s(approx (+ (/ 1 (* x 9)) y) #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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* (sqrt x) (- y 1)))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/9 (sqrt (/ 1 (pow x 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 (/ (+ (* (- 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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (+ (* y (- 1 (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- 1 (/ 1 y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#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) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #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 (* (sqrt x) (* y 3)) #s(hole binary64 (* -3 (* (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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #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 (* 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 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* (sqrt x) y) (* (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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (+ y (* 1/9 (/ 1 x))) 1) y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* y (+ (sqrt x) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 y)) |
#s(approx (- (+ (/ 1 (* x 9)) y) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ (/ 1 (* x 9)) y) #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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (sqrt x) (* (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 (/ (+ (* (- 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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 y)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (/ 1/9 (* x y))) (/ 1 y)))) |
#s(approx (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ (/ 1 (* x 9)) y) 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 (* 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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (* (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 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
| Outputs |
|---|
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64)))) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64))))) |
#s(literal 3 binary64) |
(*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64))) (sqrt.f64 x)) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
x |
(/.f64 (-.f64 (*.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)))) #s(literal 1 binary64)) (+.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))))) |
(-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64)) |
(+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) (*.f64 y y)) (-.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y)) |
(/.f64 (+.f64 (pow.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (pow.f64 y #s(literal 3 binary64))) (fma.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 (*.f64 y y) (*.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y)))) |
(+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) |
(+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
(*.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 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
y |
#s(literal 1 binary64) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64)) |
(*.f64 (*.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y) |
(*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 y #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) y) |
(*.f64 (*.f64 (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) (sqrt.f64 x)) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) (sqrt.f64 x))) |
(*.f64 (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y)) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) y) |
(*.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 #s(literal 3 binary64) (*.f64 (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 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.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 (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) |
(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 #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 #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 (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))))) |
(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 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 (-.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 #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)) (*.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 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #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) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
(*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y) |
(*.f64 y (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) y))) (+.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) (-.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 3 binary64))) (fma.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) y) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) y))) (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1 binary64) y))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (neg.f64 y)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1 binary64) y)) |
(/.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))))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) #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 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#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 (/ 1/9 x) (/.f64 #s(literal 1/9 binary64) 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 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (sqrt x) (* y 3)) (*.f64 (*.f64 (sqrt.f64 x) 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 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 (sqrt.f64 x) #s(literal 1/9 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 (+ 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 (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#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 (/ (- (/ 1/9 x) 1) y)) y) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y) x #s(literal 1/9 binary64)) x)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) x (/.f64 #s(literal 1/9 binary64) y)) x)) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 (/.f64 (+.f64 (neg.f64 x) #s(literal 1/9 binary64)) y) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 (+.f64 (neg.f64 x) #s(literal 1/9 binary64)) x)) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.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 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.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 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 y #s(literal 1 binary64))) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #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 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64)) x)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64))) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 #s(literal -1 binary64) y)) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
#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 (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (neg.f64 x) (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (neg.f64 (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/3 binary64))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 (sqrt.f64 x)) (neg.f64 (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 (neg.f64 (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/9 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) (sqrt.f64 x)) (neg.f64 (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (neg.f64 x) (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (neg.f64 (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/3 binary64))))) |
#s(approx (* (sqrt x) (* y 3)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -3 binary64))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (neg.f64 x) (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (neg.f64 (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/3 binary64))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 (sqrt.f64 x)) (neg.f64 (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 (neg.f64 (-.f64 y #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/9 binary64))))) |
#s(approx (* 3 (sqrt x)) (*.f64 (neg.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 (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #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 y) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))))) |
#s(approx (* y 3) (*.f64 y #s(literal 3 binary64))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #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 (neg.f64 x) #s(literal 1/9 binary64)) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (+.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal -1 binary64))) |
#s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) |
#s(approx (+ (* (- y 1) x) 1/9) (+.f64 (fma.f64 y x (neg.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (- y 1) #s(literal -1 binary64)) |
#s(approx (- y 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64)) y)) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) 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 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (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 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) 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 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) 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 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (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 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #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 (neg.f64 x) #s(literal 1/9 binary64)) 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 (/ (- (/ 1/9 x) 1) y)) y) y) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(literal 1 binary64)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (fma.f64 (neg.f64 (sqrt.f64 x)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (neg.f64 (sqrt.f64 x))) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y))) |
#s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (fma.f64 (neg.f64 (sqrt.f64 x)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (neg.f64 (sqrt.f64 x))) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (neg.f64 (*.f64 (-.f64 (neg.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) (neg.f64 (*.f64 (-.f64 (neg.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) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 x) #s(literal 1/9 binary64)) y)) (neg.f64 x)) y))) |
#s(approx (- y 1) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) y))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) y))) |
Compiled 1 900 to 813 computations (57.2% saved)
21 alts after pruning (15 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 175 | 10 | 185 |
| Fresh | 4 | 5 | 9 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 4 | 5 |
| Total | 183 | 21 | 204 |
| Status | Accuracy | Program |
|---|---|---|
| 42.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y)) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) | |
| ✓ | 99.5% | (*.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.5% | (*.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))) |
| 64.1% | (*.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))) | |
| ✓ | 57.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| 72.0% | (*.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))) | |
| ▶ | 64.1% | (*.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 (neg.f64 x) #s(literal 1/9 binary64))) x))) |
| ▶ | 41.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
| ▶ | 26.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
| 57.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) y))) | |
| ▶ | 37.2% | (*.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))) |
| 64.0% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) | |
| ✓ | 57.9% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
| 41.4% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)))) | |
| 62.1% | (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.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))) | |
| 70.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) | |
| 62.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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)) | |
| 41.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))) | |
| ✓ | 37.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| ✓ | 37.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
| ▶ | 80.3% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
Compiled 720 to 700 computations (2.8% saved)
| Inputs |
|---|
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y) |
(*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) |
#s(literal 3 binary64) |
(fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(-.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) |
y |
(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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x)) |
(/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x) |
#s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 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 (neg.f64 x) #s(literal 1/9 binary64))) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x)) |
(/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x) |
#s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) |
(+.f64 (neg.f64 x) #s(literal 1/9 binary64)) |
(neg.f64 x) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
(*.f64 y x) |
| 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 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* x (* y (+ (sqrt x) (* -1 (* (sqrt x) (/ 1 y)))))))) x))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* 3 (* x (+ (sqrt x) (* -1 (* (sqrt x) (/ 1 y))))))) x))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* 1/9 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (/ (+ (* 1/9 (* (sqrt x) (/ 1 y))) (* x (+ (sqrt x) (* -1 (* (sqrt x) (/ 1 y)))))) x))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) 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 (* (* 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 (+ (neg x) 1/9) #s(hole binary64 1/9)) |
#s(approx (+ (neg x) 1/9) #s(hole binary64 (+ 1/9 (* -1 x)))) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ (+ 1/9 (* x (* y (- 1 (/ 1 y))))) x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (+ (* x (- 1 (/ 1 y))) (* 1/9 (/ 1 y))) x))) |
#s(approx (/ 1/9 (* y x)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 3 (* x (* y (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y))))))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* y (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y)))))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 3 (* x (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y)))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y))))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (+ (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ 1 y)))))))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#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 (+ (neg x) 1/9) #s(hole binary64 (* -1 x))) |
#s(approx (+ (neg x) 1/9) #s(hole binary64 (* x (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (+ (* y (- 1 (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- 1 (/ 1 y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#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 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* -3 (* x (* y (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* y (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* -3 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 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) (* (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 (+ (neg x) 1/9) #s(hole binary64 (* -1 (* x (- 1 (* 1/9 (/ 1 x))))))) |
#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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (/ (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#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 (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (+ y (* 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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (sqrt x))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (+ (sqrt x) (* (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 (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 y)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (/ 1/9 (* x y))) (/ 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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #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 (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | -inf | ((* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 y (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (+ (neg x) 1/9) (neg x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ 1/9 (* y x)) (* y x)) |
| 3.0ms | x | @ | inf | ((* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 y (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (+ (neg x) 1/9) (neg x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ 1/9 (* y x)) (* y x)) |
| 3.0ms | y | @ | -inf | ((* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 y (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (+ (neg x) 1/9) (neg x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ 1/9 (* y x)) (* y x)) |
| 3.0ms | x | @ | 0 | ((* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 y (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (+ (neg x) 1/9) (neg x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ 1/9 (* y x)) (* y x)) |
| 3.0ms | y | @ | inf | ((* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/ (- (/ 1/9 x) 1) y) (- (/ 1/9 x) 1) (/ 1/9 x) 1/9 x 1 y (sqrt x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (/ (+ (* (- y 1) x) 1/9) x) (+ (* (- y 1) x) 1/9) (+ (neg x) 1/9) (neg x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (+ 1 (/ (- (/ 1/9 x) 1) y)) (/ 1/9 (* y x)) (* y x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 360 | 3279 |
| 0 | 394 | 2994 |
| 0 | 1657 | 2937 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y) |
(*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) |
#s(literal 3 binary64) |
(fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(-.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) |
y |
(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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x)) |
(/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x) |
#s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 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 (neg.f64 x) #s(literal 1/9 binary64))) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x)) |
(/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x) |
#s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) |
(+.f64 (neg.f64 x) #s(literal 1/9 binary64)) |
(neg.f64 x) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
(*.f64 y 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 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* x (* y (+ (sqrt x) (* -1 (* (sqrt x) (/ 1 y)))))))) x))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* 3 (* x (+ (sqrt x) (* -1 (* (sqrt x) (/ 1 y))))))) x))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* 1/9 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (/ (+ (* 1/9 (* (sqrt x) (/ 1 y))) (* x (+ (sqrt x) (* -1 (* (sqrt x) (/ 1 y)))))) x))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) 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 (* (* 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 (+ (neg x) 1/9) #s(hole binary64 1/9)) |
#s(approx (+ (neg x) 1/9) #s(hole binary64 (+ 1/9 (* -1 x)))) |
#s(approx (neg x) #s(hole binary64 (* -1 x))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (/ (+ 1/9 (* x (* y (- 1 (/ 1 y))))) x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (+ (* x (- 1 (/ 1 y))) (* 1/9 (/ 1 y))) x))) |
#s(approx (/ 1/9 (* y x)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 3 (* x (* y (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y))))))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* y (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y)))))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 3 (* x (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y)))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y))))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (* -1 (* (sqrt (/ 1 x)) (/ 1 y))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (+ (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ 1 y)))))))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#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 (+ (neg x) 1/9) #s(hole binary64 (* -1 x))) |
#s(approx (+ (neg x) 1/9) #s(hole binary64 (* x (- (* 1/9 (/ 1 x)) 1)))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (+ (* y (- 1 (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- 1 (/ 1 y)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#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 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* -3 (* x (* y (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* y (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* -3 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* (sqrt (/ 1 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) (* (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 (+ (neg x) 1/9) #s(hole binary64 (* -1 (* x (- 1 (* 1/9 (/ 1 x))))))) |
#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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (/ (+ (* (sqrt x) y) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) y))) |
#s(approx (/ (- (/ 1/9 x) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#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 (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (- (+ y (* 1/9 (/ 1 x))) 1))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (/ (- (+ y (* 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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (sqrt x))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) #s(hole binary64 (+ (sqrt x) (* (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 (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 y)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(hole binary64 (- (+ 1 (/ 1/9 (* x y))) (/ 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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) #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 (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
| Outputs |
|---|
#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)) |
(*.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) |
(*.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))) |
(*.f64 #s(literal 3 binary64) (*.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)) |
(fma.f64 (*.f64 y (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) y (*.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
(fma.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 y (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)))) |
(fma.f64 #s(literal 3 binary64) (*.f64 y (sqrt.f64 x)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y)) |
(+.f64 (*.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 y (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)))) |
(+.f64 (*.f64 (*.f64 y (sqrt.f64 x)) #s(literal 3 binary64)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) 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)) |
(*.f64 #s(literal 3 binary64) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)))) (-.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(fma.f64 (sqrt.f64 x) #s(literal 3 binary64) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) |
(-.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(+.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) |
#s(literal 3 binary64) |
(*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) (sqrt.f64 x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x))) (*.f64 (sqrt.f64 x) (sqrt.f64 x))) (-.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 x) (sqrt.f64 x)) (*.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) (-.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 x) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (-.f64 (*.f64 (sqrt.f64 x) (sqrt.f64 x)) (*.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (sqrt.f64 x))))) |
(/.f64 (+.f64 (pow.f64 (sqrt.f64 x) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (sqrt.f64 x) (sqrt.f64 x) (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x))) (*.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))))) |
(fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x)) |
(fma.f64 (sqrt.f64 x) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) |
(-.f64 (sqrt.f64 x) (*.f64 (neg.f64 (sqrt.f64 x)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) |
(+.f64 (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)) (sqrt.f64 x)) |
(+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) y))) (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1 binary64) y))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) (neg.f64 y)) |
(/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1 binary64) y)) |
(/.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))))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 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)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
x |
#s(literal 1 binary64) |
y |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
(*.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 (*.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 #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 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.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 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #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(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x) |
#s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 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 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x)) |
(/.f64 (neg.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64)))) (neg.f64 x)) |
(/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x) |
#s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 x)) #s(literal 1/81 binary64)) (-.f64 (neg.f64 x) #s(literal 1/9 binary64))) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 (neg.f64 x) (neg.f64 x))) (-.f64 #s(literal 1/9 binary64) (neg.f64 x))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (fma.f64 (neg.f64 x) (neg.f64 x) (-.f64 #s(literal 1/81 binary64) (*.f64 (neg.f64 x) #s(literal 1/9 binary64))))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (neg.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (neg.f64 x) (neg.f64 x)) (*.f64 #s(literal 1/9 binary64) (neg.f64 x))))) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1/9 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1/9 binary64)) |
(-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1 binary64) x)) |
(+.f64 (neg.f64 x) #s(literal 1/9 binary64)) |
(+.f64 #s(literal 1/9 binary64) (neg.f64 x)) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 x #s(literal -1 binary64)) |
(neg.f64 x) |
(*.f64 #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) (*.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(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
(*.f64 y #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 y x))) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 (*.f64 y x))) |
(/.f64 (/.f64 #s(literal 1/9 binary64) x) y) |
(/.f64 (/.f64 #s(literal 1/9 binary64) y) x) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
(*.f64 y x) |
(*.f64 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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (/.f64 (fma.f64 (*.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) (sqrt.f64 x)) y) x) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (/.f64 (fma.f64 (*.f64 #s(literal 3 binary64) x) (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) (sqrt.f64 x)) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1 binary64) y))) x)) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/.f64 (fma.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) (sqrt.f64 x)) x (*.f64 (*.f64 #s(literal 1/9 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1 binary64) y))) x)) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 (/.f64 (+.f64 (neg.f64 x) #s(literal 1/9 binary64)) y) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (/ 1/9 x) 1) (/.f64 (+.f64 (neg.f64 x) #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 (* (* 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 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64) (*.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 (- (+ 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 (+ (neg x) 1/9) #s(literal 1/9 binary64)) |
#s(approx (+ (neg x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) |
#s(approx (neg x) (neg.f64 x)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (/.f64 (fma.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y) x #s(literal 1/9 binary64)) x)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) x (/.f64 #s(literal 1/9 binary64) y)) x)) |
#s(approx (/ 1/9 (* y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (*.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) y) x) #s(literal 3 binary64))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) y) (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) 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 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x)) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) x) #s(literal 3 binary64))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (fma.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1 binary64)) y) #s(literal 1/3 binary64) (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) #s(literal 3 binary64))) x)) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) x)) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1 binary64)) y) #s(literal 1/9 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) x)) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 #s(literal -1 binary64) y)) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
#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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (/.f64 #s(literal 1/9 binary64) x) y) #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 (/.f64 #s(literal 1/9 binary64) x) y) #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 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64)) x)) |
#s(approx (+ (neg x) 1/9) (neg.f64 x)) |
#s(approx (+ (neg x) 1/9) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) x)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (neg.f64 (-.f64 y #s(literal 1 binary64))))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (*.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))) y) x) #s(literal -3 binary64))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (neg.f64 x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/3 binary64) (*.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))) y) #s(literal 3 binary64))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))) x) #s(literal -3 binary64))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (neg.f64 x) (fma.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (*.f64 (fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))) #s(literal 3 binary64))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (neg.f64 x) (fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (neg.f64 x) (+.f64 (fma.f64 (/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) y) #s(literal 1/9 binary64) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))))))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (neg.f64 (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (neg.f64 x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal -1 binary64)) #s(literal 1/3 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (neg.f64 (-.f64 y #s(literal 1 binary64))))))) |
#s(approx (* 3 (sqrt x)) (*.f64 (*.f64 #s(literal -1 binary64) (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 (+ (neg x) 1/9) (*.f64 (neg.f64 x) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64)))) y)) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/.f64 (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) y)) |
#s(approx (/ (- (/ 1/9 x) 1) y) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
#s(approx y y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #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 (neg.f64 x) #s(literal 1/9 binary64)) x)) |
#s(approx (/ (+ (* (- y 1) x) 1/9) x) (+.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal -1 binary64))) |
#s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) |
#s(approx (+ (* (- y 1) x) 1/9) (+.f64 (fma.f64 y x (neg.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64)) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y (sqrt.f64 x)) #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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (*.f64 y (sqrt.f64 x)) #s(literal 3 binary64))) |
#s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.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/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (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)) #s(literal 3 binary64))) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (sqrt.f64 x)) |
#s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 y (sqrt.f64 x)) #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) 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 (neg.f64 x) #s(literal 1/9 binary64)) y) x) y)) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) y) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (*.f64 (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64)) y)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) #s(literal 1 binary64)) |
#s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (*.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 (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (*.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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (neg.f64 (*.f64 (*.f64 #s(literal -3 binary64) (*.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) (neg.f64 (*.f64 (-.f64 (neg.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) (neg.f64 (*.f64 (-.f64 (neg.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) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 x) #s(literal 1/9 binary64)) y)) (neg.f64 x)) y))) |
#s(approx (* (+ 1 (/ (- (/ 1/9 x) 1) y)) y) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) #s(literal 1 binary64)) y))) |
Compiled 2 508 to 942 computations (62.4% saved)
28 alts after pruning (18 fresh and 10 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 201 | 10 | 211 |
| Fresh | 2 | 8 | 10 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 6 | 6 |
| Total | 204 | 28 | 232 |
| Status | Accuracy | Program |
|---|---|---|
| 42.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y)) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) | |
| ✓ | 99.5% | (*.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.5% | (*.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))) |
| 64.1% | (*.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))) | |
| ✓ | 57.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| 72.0% | (*.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))) | |
| ✓ | 64.1% | (*.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 (neg.f64 x) #s(literal 1/9 binary64))) x))) |
| ✓ | 41.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
| 26.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (/.f64 #s(literal 1/9 binary64) y) x)) y))) | |
| ✓ | 26.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
| 57.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) y))) | |
| ✓ | 37.2% | (*.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))) |
| 64.0% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) | |
| ✓ | 57.9% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
| 41.4% | (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x)))) | |
| 70.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) | |
| 62.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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)) | |
| 41.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))) | |
| ✓ | 37.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| ✓ | 37.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
| 53.4% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 #s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) | |
| 87.8% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) #s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/.f64 (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) y))) y)) | |
| 45.0% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) #s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) | |
| 87.8% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64)))) y)) y)) | |
| 34.3% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) y))) y)) | |
| 53.2% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) x) #s(literal 3 binary64))) y)) | |
| 61.0% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) #s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) y) (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) 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 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x))) | |
| 51.0% | #s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) #s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (*.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) y) x) #s(literal 3 binary64)))) |
Compiled 1 136 to 848 computations (25.4% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #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 #s(approx (- y 1) y) x #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) y))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) y))) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (/.f64 #s(literal 1/9 binary64) y) x)) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 #s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
(*.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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) 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 (*.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(approx (+ y (/ 1 (* x 9))) y)) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) #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))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) #s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64)))) y)) y)) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) #s(approx (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x)) (/.f64 (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 1 binary64))) y))) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 #s(literal 3 binary64) (+.f64 (sqrt.f64 x) (*.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y) (sqrt.f64 x)))) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) #s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (*.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) y) x) #s(literal 3 binary64)))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) x) #s(literal 3 binary64))) y)) |
(*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1)) (*.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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (-.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 (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) #s(approx (* (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) y) (*.f64 (fma.f64 (*.f64 #s(literal 3 binary64) y) (+.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) 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 (*.f64 (*.f64 x x) x))) #s(literal 1/3 binary64))) x))) |
| Outputs |
|---|
(*.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 calls:
| 22.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))) |
| 11.0ms | y |
| 11.0ms | x |
| 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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #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 #s(approx (- y 1) y) x #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y))) y))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 #s(approx (* 3 (+ (* (/ (- (/ 1/9 x) 1) y) (sqrt x)) (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1 binary64) y))) y)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(approx (+ 1 (/ (- (/ 1/9 x) 1) y)) (/.f64 (/.f64 #s(literal 1/9 binary64) y) x)) y))) |
#s(approx (* 3 (* (sqrt x) (- (+ y (/ 1 (* x 9))) 1))) (*.f64 (*.f64 #s(literal 3 binary64) (fma.f64 (/.f64 #s(approx (- (/ 1/9 x) 1) #s(literal -1 binary64)) y) (sqrt.f64 x) (sqrt.f64 x))) y)) |
(*.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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) y) #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
3 calls:
| 7.0ms | y |
| 7.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))) |
| 7.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 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.4% | 1 | x |
| 99.4% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #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 #s(approx (- y 1) y) x #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
3 calls:
| 5.0ms | x |
| 5.0ms | y |
| 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))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 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.4% | 1 | x |
| 99.4% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #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 #s(approx (- y 1) y) x #s(literal 1/9 binary64)) x))) |
| Outputs |
|---|
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
3 calls:
| 22.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 |
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.6% | 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.0% | 2 | x |
| 94.2% | 3 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) (+.f64 (neg.f64 x) #s(literal 1/9 binary64))) x))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 (neg.f64 x) #s(literal 1/9 binary64))) x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
3 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 |
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.0% | 3 | y |
| 93.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))) |
| 85.5% | 2 | x |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.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))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(*.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))) |
#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 |
|---|---|---|
| 93.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))) |
Compiled 13 to 12 computations (7.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 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 |
|---|---|---|
| 93.1% | 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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) 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(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(approx (+ (* (- y 1) x) 1/9) #s(literal 1/9 binary64)) x))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) 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 |
|---|---|---|
| 91.8% | 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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (+ y (/ 1 (* x 9))) 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:
| 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))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.8% | 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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 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))) |
3 calls:
| 6.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 | y |
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.5% | 2 | x |
| 66.5% | 3 | y |
| 70.7% | 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 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#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 |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
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 |
|---|---|---|
| 37.2% | 1 | x |
| 37.2% | 1 | y |
| 37.2% | 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))) |
Compiled 15 to 16 computations (-6.7% saved)
Total -0.1b remaining (-0.1%)
Threshold costs -0.1b (-0.1%)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
3 calls:
| 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 |
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 37.2% | 1 | y |
| 37.2% | 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))) |
| 37.2% | 1 | x |
Compiled 15 to 16 computations (-6.7% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 4.678123330313245e-6 | 0.0029622575750510964 |
| 6.0ms | 128× | 0 | valid |
Compiled 273 to 289 computations (-5.9% saved)
ival-sqrt: 1.0ms (27.6% of total)ival-div!: 1.0ms (27.6% of total)ival-mult!: 1.0ms (27.6% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.304804364726883e+153 | 4.649154285717203e+158 |
| 0.0ms | -9.67382549165314e+34 | -1.0305384841283518e+34 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.304804364726883e+153 | 4.649154285717203e+158 |
| 0.0ms | -9.67382549165314e+34 | -1.0305384841283518e+34 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.304804364726883e+153 | 4.649154285717203e+158 |
| 0.0ms | -9.67382549165314e+34 | -1.0305384841283518e+34 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.304804364726883e+153 | 4.649154285717203e+158 |
| 0.0ms | -16.803189100815075 | 154.10780199318856 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.304804364726883e+153 | 4.649154285717203e+158 |
| 0.0ms | -16.803189100815075 | 154.10780199318856 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.304804364726883e+153 | 4.649154285717203e+158 |
| 0.0ms | -16.803189100815075 | 154.10780199318856 |
Compiled 16 to 17 computations (-6.3% saved)
| 1× | fuel |
Compiled 154 to 88 computations (42.9% saved)
Compiled 167 to 100 computations (40.1% saved)
Loading profile data...