
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)
| 570.0ms | 8 256× | 0 | valid |
| 14.0ms | 260× | 0 | invalid |
ival-mult!: 134.0ms (42% of total)ival-sqrt: 97.0ms (30.4% of total)ival-div!: 48.0ms (15% of total)ival-add!: 20.0ms (6.3% of total)ival-sub!: 18.0ms (5.6% of total)adjust: 1.0ms (0.3% of total)Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 92 |
| 1 | 95 | 78 |
| 2 | 279 | 76 |
| 3 | 911 | 76 |
| 4 | 4330 | 76 |
| 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 486 to 220 computations (54.7% saved)
16 alts after pruning (15 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 35 | 15 | 50 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 35 | 16 | 51 |
| 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.5% | (*.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))) |
| 65.4% | (*.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))) | |
| ▶ | 85.3% | (*.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))) |
| ▶ | 60.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| 96.6% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) | |
| 38.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) | |
| 85.3% | (*.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))) | |
| 36.1% | (*.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)))) | |
| 67.1% | #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)) | |
| 65.8% | #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)) | |
| 38.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) | |
| ▶ | 36.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 79.0% | #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 | |
|---|---|---|---|---|
| 45.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)) |
| 20.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)) |
| 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 | @ | 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 217 to 555 computations (54.4% saved)
17 alts after pruning (12 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 125 | 4 | 129 |
| Fresh | 2 | 8 | 10 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 1 | 1 |
| Total | 128 | 17 | 145 |
| 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.5% | (*.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))) |
| 99.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) #s(literal 1 binary64))) | |
| ▶ | 65.4% | (*.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))) |
| ▶ | 51.2% | (*.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))) |
| ✓ | 60.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| 38.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) | |
| 85.3% | (*.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))) | |
| 36.1% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) | |
| ▶ | 99.5% | (*.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)))) |
| 67.1% | #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)) | |
| 65.8% | #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)) | |
| ▶ | 38.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
| ✓ | 36.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 79.0% | #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)) | |
| ▶ | 36.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
Compiled 539 to 533 computations (1.1% 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)) |
#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 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(literal 1/3 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 #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 (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
(*.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 #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)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
#s(approx (+ (/ 1/9 (* y x)) 1) (/.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) (- (+ (/ 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 (* (/ 1 (sqrt x)) 1/3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 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 9))) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (/ (+ 1/9 (* x y)) 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) (- (+ (/ 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 (- (+ 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) (- (+ (/ 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)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#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 (- (+ 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) (- (+ (/ 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 (- (+ 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) (- (+ (/ 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 (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 25.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)) (* (/ 1 (sqrt x)) 1/3) (/ 1 (sqrt x)) 1/3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ 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/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 4.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)) (* (/ 1 (sqrt x)) 1/3) (/ 1 (sqrt x)) 1/3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ 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/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 2.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)) (* (/ 1 (sqrt x)) 1/3) (/ 1 (sqrt x)) 1/3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ 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/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 2.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)) (* (/ 1 (sqrt x)) 1/3) (/ 1 (sqrt x)) 1/3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ 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/9 (* y x)) 1) y) (+ (/ 1/9 (* y x)) 1) (/ 1/9 (* y x)) (* y x)) |
| 2.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)) (* (/ 1 (sqrt x)) 1/3) (/ 1 (sqrt x)) 1/3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ 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/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 | 239 | 2003 |
| 0 | 267 | 1842 |
| 0 | 1010 | 1822 |
| 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)) |
#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 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(literal 1/3 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 #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 (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
(*.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 #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)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
#s(approx (+ (/ 1/9 (* y x)) 1) (/.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) (- (+ (/ 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 (* (/ 1 (sqrt x)) 1/3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 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 9))) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (/ (+ 1/9 (* x y)) 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) (- (+ (/ 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 (- (+ 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) (- (+ (/ 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)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#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 (- (+ 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) (- (+ (/ 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 (- (+ 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) (- (+ (/ 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 (- (+ y (/ 1 (* x 9))) 1) #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) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
#s(literal 1/3 binary64) |
(*.f64 (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #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)))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (-.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 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.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 #s(literal 3 binary64) (*.f64 (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 (*.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(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 #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 (pow.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 3 binary64)) #s(literal 1 binary64)) (fma.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(approx (+ y (/ 1 (* x 9))) (*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) (+.f64 #s(literal 1 binary64) (*.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 #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)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
(*.f64 y #s(approx (+ (/ 1/9 (* y x)) 1) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
#s(approx (+ (/ 1/9 (* y x)) 1) (/.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 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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 (* (/ 1 (sqrt x)) 1/3) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 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 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/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 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 (- (+ 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 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))) #s(literal -3 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) (- (+ (/ 1 (* x 9)) y) 1)) (neg.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (neg.f64 (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #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/9 binary64))) x))) |
#s(approx (sqrt x) (neg.f64 (neg.f64 (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))) #s(literal -3 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 (* 3 (sqrt x)) (*.f64 (neg.f64 (sqrt.f64 x)) #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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 (- (+ 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) (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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 #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) (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 #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) (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) (- (+ (/ 1 (* x 9)) y) 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 (- (+ 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 275 to 514 computations (59.7% saved)
20 alts after pruning (13 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 115 | 8 | 123 |
| Fresh | 2 | 5 | 7 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 5 | 5 |
| Total | 120 | 20 | 140 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.5% | (*.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)) |
| ✓ | 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.5% | (*.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))) |
| ▶ | 65.3% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) #s(literal 1 binary64))) |
| ✓ | 51.2% | (*.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))) |
| ✓ | 60.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| 38.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) | |
| 85.3% | (*.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))) | |
| 36.1% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) | |
| 65.4% | (*.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)))) | |
| 65.8% | (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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))) | |
| ▶ | 38.5% | (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
| ▶ | 67.1% | #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)) |
| ▶ | 38.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
| 65.8% | #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)) | |
| ✓ | 36.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 79.0% | #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)) | |
| 38.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/3 binary64))) | |
| ✓ | 36.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
Compiled 615 to 609 computations (1% saved)
| Inputs |
|---|
(*.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 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64)))) |
(sqrt.f64 x) |
x |
(+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64))) |
#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 y #s(literal 1 binary64)) |
y |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
(*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#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)) |
(/.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) |
(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))) |
(*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) |
(sqrt.f64 (*.f64 (*.f64 x x) x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 x x) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
| Outputs |
|---|
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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)) #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 (/ 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#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 (* (/ 1 (sqrt x)) 1/9) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 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 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) 1/9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* (sqrt (pow x 3)) (- y 1)))) |
#s(approx (sqrt (* (* x x) x)) #s(hole binary64 (sqrt (pow x 3)))) |
#s(approx (* (* x x) x) #s(hole binary64 (pow x 3))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (* 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 (* (* 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) (- (+ (/ 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 (- (+ 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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 3 (* (sqrt (pow x 3)) (- y 1))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* (pow x 2) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (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 (* 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 (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 3 (* (sqrt (pow x 3)) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* (pow x 2) (+ (* -1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* (sqrt (pow x 3)) (* (pow (sqrt -1) 2) (- y 1))))) |
#s(approx (sqrt (* (* x x) x)) #s(hole binary64 (* (sqrt (pow x 3)) (pow (sqrt -1) 2)))) |
#s(approx (* 1/3 (sqrt x)) #s(hole binary64 (* -1/3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 1) #s(hole binary64 -1)) |
#s(approx (- y 1) #s(hole binary64 (- y 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* 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 (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) x))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (+ (* -3 (sqrt x)) (+ (* 1/3 (sqrt (/ 1 x))) (* 3 (* (sqrt x) y)))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (+ (* -3 (sqrt (pow x 3))) (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) y)))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* -1 (sqrt (pow x 3))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (+ (* -1 (sqrt (pow x 3))) (* (sqrt (pow x 3)) y)))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 (- y 1) #s(hole binary64 y)) |
#s(approx (- y 1) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* 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 (- (+ 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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt x))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 3 (* (sqrt (pow x 3)) y)))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* y (+ (* -3 (* (sqrt (pow x 3)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt (pow x 3)))))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* (sqrt (pow x 3)) y))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* y (+ (sqrt (pow x 3)) (* -1 (* (sqrt (pow x 3)) (/ 1 y))))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 (- y 1) #s(hole binary64 (* -1 (* y (- (/ 1 y) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* 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 (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -1 (/ (+ (* -3 (sqrt x)) (* 1/3 (sqrt (/ 1 x)))) y))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt (pow x 3))) (* -1 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) y))))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt (pow x 3))) (* (sqrt (pow x 3)) (/ 1 y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | -inf | ((* (* (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)) (/ 1/9 x) 1/9 (- y 1) y 1 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ 1/3 (sqrt x)) 1/3 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (* (/ 1 (sqrt x)) 1/9) (/ 1 (sqrt x)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (/ 1 x) 1/9) (/ 1 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (* (- y 1) (sqrt (* (* x x) x))) (sqrt (* (* x x) x)) (* (* x x) x) (* x x) (* 1/3 (sqrt x))) |
| 3.0ms | x | @ | inf | ((* (* (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)) (/ 1/9 x) 1/9 (- y 1) y 1 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ 1/3 (sqrt x)) 1/3 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (* (/ 1 (sqrt x)) 1/9) (/ 1 (sqrt x)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (/ 1 x) 1/9) (/ 1 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (* (- y 1) (sqrt (* (* x x) x))) (sqrt (* (* x x) x)) (* (* x x) x) (* x x) (* 1/3 (sqrt x))) |
| 3.0ms | x | @ | 0 | ((* (* (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)) (/ 1/9 x) 1/9 (- y 1) y 1 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ 1/3 (sqrt x)) 1/3 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (* (/ 1 (sqrt x)) 1/9) (/ 1 (sqrt x)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (/ 1 x) 1/9) (/ 1 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (* (- y 1) (sqrt (* (* x x) x))) (sqrt (* (* x x) x)) (* (* x x) x) (* x x) (* 1/3 (sqrt x))) |
| 2.0ms | y | @ | -inf | ((* (* (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)) (/ 1/9 x) 1/9 (- y 1) y 1 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ 1/3 (sqrt x)) 1/3 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (* (/ 1 (sqrt x)) 1/9) (/ 1 (sqrt x)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (/ 1 x) 1/9) (/ 1 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (* (- y 1) (sqrt (* (* x x) x))) (sqrt (* (* x x) x)) (* (* x x) x) (* x x) (* 1/3 (sqrt x))) |
| 2.0ms | y | @ | 0 | ((* (* (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)) (/ 1/9 x) 1/9 (- y 1) y 1 3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ 1/3 (sqrt x)) 1/3 (* 3 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1))) (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (* (/ 1 (sqrt x)) 1/9) (/ 1 (sqrt x)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (* (/ 1 x) 1/9) (/ 1 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (* (- y 1) (sqrt (* (* x x) x))) (sqrt (* (* x x) x)) (* (* x x) x) (* x x) (* 1/3 (sqrt x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 347 | 3438 |
| 0 | 390 | 3024 |
| 0 | 1509 | 2978 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(*.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 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64)))) |
(sqrt.f64 x) |
x |
(+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (-.f64 y #s(literal 1 binary64))) |
#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 y #s(literal 1 binary64)) |
y |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
(*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#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)) |
(/.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) |
(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))) |
(*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) |
(sqrt.f64 (*.f64 (*.f64 x x) x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 x x) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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)) #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 (/ 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#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 (* (/ 1 (sqrt x)) 1/9) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 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 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) 1/9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* (sqrt (pow x 3)) (- y 1)))) |
#s(approx (sqrt (* (* x x) x)) #s(hole binary64 (sqrt (pow x 3)))) |
#s(approx (* (* x x) x) #s(hole binary64 (pow x 3))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx (* 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 (* (* 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) (- (+ (/ 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 (- (+ 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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 3 (* (sqrt (pow x 3)) (- y 1))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* (pow x 2) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* -3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1))))))))) |
#s(approx (* (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 (* 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 (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 3 (* (sqrt x) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 3 (* (sqrt (pow x 3)) (* (pow (sqrt -1) 2) (- y 1)))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* (pow x 2) (+ (* -1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* (pow (sqrt -1) 2) (- y 1)))))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* (sqrt (pow x 3)) (* (pow (sqrt -1) 2) (- y 1))))) |
#s(approx (sqrt (* (* x x) x)) #s(hole binary64 (* (sqrt (pow x 3)) (pow (sqrt -1) 2)))) |
#s(approx (* 1/3 (sqrt x)) #s(hole binary64 (* -1/3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 1) #s(hole binary64 -1)) |
#s(approx (- y 1) #s(hole binary64 (- y 1))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* 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 (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) x))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (+ (* -3 (sqrt x)) (+ (* 1/3 (sqrt (/ 1 x))) (* 3 (* (sqrt x) y)))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (+ (* -3 (sqrt (pow x 3))) (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) y)))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* -1 (sqrt (pow x 3))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (+ (* -1 (sqrt (pow x 3))) (* (sqrt (pow x 3)) y)))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 (- y 1) #s(hole binary64 y)) |
#s(approx (- y 1) #s(hole binary64 (* y (- 1 (/ 1 y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* 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 (- (+ 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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt x))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* 3 (* (sqrt (pow x 3)) y)))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* y (+ (* -3 (* (sqrt (pow x 3)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt (pow x 3)))))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* (sqrt (pow x 3)) y))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* y (+ (sqrt (pow x 3)) (* -1 (* (sqrt (pow x 3)) (/ 1 y))))))) |
#s(approx (* (* (sqrt x) (+ (/ 1 (* x 9)) (- y 1))) 3) #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 (- y 1) #s(hole binary64 (* -1 (* y (- (/ 1 y) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* 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 (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -1 (/ (+ (* -3 (sqrt x)) (* 1/3 (sqrt (/ 1 x)))) y))))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt (pow x 3))) (* -1 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) y))))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt (pow x 3))) (* (sqrt (pow x 3)) (/ 1 y))))))) |
| Outputs |
|---|
(*.f64 (sqrt.f64 x) (*.f64 (+.f64 (-.f64 y #s(literal 1 binary64)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 3 binary64))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (+.f64 (-.f64 y #s(literal 1 binary64)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))))) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 (-.f64 y #s(literal 1 binary64)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)))) #s(literal 3 binary64)) |
(*.f64 (sqrt.f64 x) (+.f64 (-.f64 y #s(literal 1 binary64)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)))) |
(*.f64 (+.f64 (-.f64 y #s(literal 1 binary64)) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) (sqrt.f64 x)) |
(fma.f64 (sqrt.f64 x) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
(fma.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
(+.f64 (*.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) (sqrt.f64 x)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
(+.f64 (*.f64 (sqrt.f64 x) #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
x |
(/.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 (-.f64 y #s(literal 1 binary64)) (-.f64 y #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 (pow.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) (pow.f64 (-.f64 y #s(literal 1 binary64)) #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 (-.f64 y #s(literal 1 binary64)) (-.f64 y #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 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)) |
(+.f64 (-.f64 y #s(literal 1 binary64)) #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)) (-.f64 y #s(literal 1 binary64))) |
#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 (*.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)) |
y |
#s(literal 1 binary64) |
#s(literal 3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x)))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal 1/9 binary64) (sqrt.f64 x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #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)))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
(/.f64 (-.f64 (*.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64)) (+.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 (pow.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 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) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
#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)) |
(/.f64 (neg.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)))) (neg.f64 x)) |
(/.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) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) x) (/.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) x)) |
(+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))))) (-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) (-.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))))) |
(fma.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(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))) |
(fma.f64 (-.f64 y #s(literal 1 binary64)) (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
(fma.f64 (sqrt.f64 x) #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) |
(-.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64))))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(+.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64))) |
(*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 (*.f64 (*.f64 x x) x))) |
(*.f64 (sqrt.f64 (*.f64 x x)) (sqrt.f64 x)) |
(pow.f64 (*.f64 (*.f64 x x) x) #s(literal 1/2 binary64)) |
(pow.f64 x #s(literal 3/2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 x x) x)) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (sqrt.f64 (*.f64 (*.f64 x x) x))) |
(*.f64 (*.f64 x x) x) |
(*.f64 x (*.f64 x x)) |
(pow.f64 x #s(literal 3 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(*.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 (fabs.f64 x) (fabs.f64 x)) |
(*.f64 x x) |
(pow.f64 x #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) #s(literal 1/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 (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 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 (fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (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 (/ 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 (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 (/ 1/3 (sqrt x)) (*.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 #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 (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 (fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64)) (*.f64 (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (* (/ 1 (sqrt x)) 1/9) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 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 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/9 x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (/.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 (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (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)))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (sqrt (* (* x x) x)) (sqrt.f64 (*.f64 (*.f64 x x) x))) |
#s(approx (* (* x x) x) (*.f64 (*.f64 x x) x)) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx (* 1/3 (sqrt x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64)))) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.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 (* (* 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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (-.f64 y #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64)))) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (*.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (*.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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 x x) (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))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))) #s(literal -3 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) (- (+ (/ 1 (* x 9)) y) 1)) (neg.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (neg.f64 (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #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/9 binary64))) x))) |
#s(approx (sqrt x) (neg.f64 (neg.f64 (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))) #s(literal -3 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)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))) #s(literal -3 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) (- (+ (/ 1 (* x 9)) y) 1)) (neg.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (neg.f64 (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #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/9 binary64))) x))) |
#s(approx (* 3 (sqrt x)) (*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (*.f64 (*.f64 (neg.f64 (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (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 (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x))) (-.f64 y #s(literal 1 binary64))) #s(literal 3 binary64))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.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 #s(literal -1/3 binary64) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)))))) (*.f64 x x))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) (*.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x))) (-.f64 y #s(literal 1 binary64)))) |
#s(approx (sqrt (* (* x x) x)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)))) |
#s(approx (* 1/3 (sqrt x)) (*.f64 (neg.f64 (sqrt.f64 x)) #s(literal -1/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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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) #s(literal -1 binary64)) |
#s(approx (- y 1) (-.f64 y #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 (* (* 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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)) (fma.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) y) #s(literal 3 binary64) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) (fma.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) y (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x))))) |
#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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)) y)) 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 (* (* 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) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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 #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 (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
#s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (*.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1 binary64) y) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) y)) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) y) #s(literal 3 binary64))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (fma.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) y) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)))) y)) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) y)) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) (*.f64 (fma.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) y) (sqrt.f64 (*.f64 (*.f64 x x) 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) (- (+ (/ 1 (* x 9)) y) 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) (neg.f64 (*.f64 (-.f64 (/.f64 #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) (- (+ (/ 1 (* x 9)) y) 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) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (neg.f64 (*.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (neg.f64 (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) y))) |
#s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (neg.f64 (*.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)) (neg.f64 (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) y))) |
#s(approx (* (- y 1) (sqrt (* (* x x) x))) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) y) (sqrt.f64 (*.f64 (*.f64 x x) x)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)))) y))) |
Compiled 2 082 to 780 computations (62.5% saved)
22 alts after pruning (15 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 165 | 9 | 174 |
| Fresh | 2 | 6 | 8 |
| Picked | 4 | 1 | 5 |
| Done | 1 | 6 | 7 |
| Total | 172 | 22 | 194 |
| Status | Accuracy | Program |
|---|---|---|
| 72.4% | (*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (- y 1) y))) #s(literal 3 binary64)) | |
| 65.4% | (*.f64 (*.f64 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) #s(literal 3 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 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
| ✓ | 51.2% | (*.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))) |
| ✓ | 60.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
| 38.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) | |
| 85.3% | (*.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))) | |
| 36.1% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) | |
| 38.5% | (*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 binary64)) | |
| 65.8% | (*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64)))) x)) #s(literal 3 binary64)) | |
| 20.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) y) #s(literal 3 binary64))) x)) | |
| 28.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) x)) | |
| 38.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) | |
| ✓ | 38.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
| 65.8% | #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)) | |
| ✓ | 36.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64))) |
| 79.0% | #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)) | |
| 38.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/3 binary64))) | |
| ✓ | 36.1% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
| 99.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)))))) | |
| 86.8% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (neg.f64 (*.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (neg.f64 (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) y)))) |
Compiled 891 to 657 computations (26.3% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 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) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/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 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (- y 1) y))) #s(literal 3 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 (+.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)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) y) #s(literal 3 binary64))) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) |
(*.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 #s(approx (/ 1 (* x 9)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) #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))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) x)) |
(*.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))) |
(*.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 (*.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)) #s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 3 binary64) (*.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)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (/ (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) x) (neg.f64 (*.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (neg.f64 (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) y)))) |
(*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 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))) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 (*.f64 x x) x))) #s(literal 1/9 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (-.f64 y #s(literal 1 binary64)))) x)) #s(literal 3 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)) |
| Outputs |
|---|
(*.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))) |
3 calls:
| 16.0ms | x |
| 10.0ms | y |
| 9.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.5% | 1 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 99.5% | 1 | x |
| 99.5% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 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) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/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 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (- y 1) y))) #s(literal 3 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 (+.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)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) y) #s(literal 3 binary64))) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (fma.f64 (-.f64 y #s(literal 1 binary64)) x #s(literal 1/9 binary64)) x))) |
(*.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 #s(approx (/ 1 (* x 9)) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) #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))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 x x) x)) #s(literal 3 binary64)) (-.f64 y #s(literal 1 binary64)))) x)) |
(*.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))) |
| 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:
| 11.0ms | y |
| 10.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.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 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 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) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/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 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (- y 1) y))) #s(literal 3 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 (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal 1 binary64)))) |
| Outputs |
|---|
(*.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)) |
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))) |
| 5.0ms | y |
| 5.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 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 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) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/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 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) #s(literal 3 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (- y 1) y))) #s(literal 3 binary64)) |
| Outputs |
|---|
(*.f64 (*.f64 (sqrt.f64 x) (+.f64 #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) #s(approx (- y 1) y))) #s(literal 3 binary64)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
3 calls:
| 5.0ms | y |
| 4.0ms | x |
| 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 |
|---|---|---|
| 99.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))) |
| 97.8% | 2 | x |
| 98.8% | 3 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 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) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/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 (sqrt.f64 x) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 1 binary64)))) #s(literal 3 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 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
3 calls:
| 30.0ms | x |
| 4.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 4.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 88.7% | 3 | y |
| 95.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))) |
| 87.8% | 2 | x |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 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) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/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 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
1 calls:
| 19.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 |
|---|---|---|
| 95.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 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 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) #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/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 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
1 calls:
| 3.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.6% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 13 to 12 computations (7.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/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 #s(approx (+ (* (* (- y 1) (sqrt (* (* x x) x))) 3) (* 1/3 (sqrt x))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
(*.f64 #s(approx (* (sqrt x) (- (+ (/ 1 (* x 9)) y) 1)) (/.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) #s(literal 3 binary64)) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 y #s(literal 3 binary64)))) |
3 calls:
| 12.0ms | x |
| 3.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 3.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 62.2% | 3 | y |
| 62.1% | 2 | x |
| 68.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 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#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)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 (sqrt.f64 x) (*.f64 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 |
|---|---|---|
| 68.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)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
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 | y |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 38.6% | 1 | y |
| 38.6% | 1 | x |
| 38.6% | 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)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | 1.964353053802855e-6 | 0.00036689577253973596 |
| 6.0ms | 112× | 0 | valid |
Compiled 227 to 241 computations (-6.2% saved)
ival-sqrt: 1.0ms (30% of total)ival-div!: 1.0ms (30% of total)ival-mult!: 1.0ms (30% 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 | 6.340886344136825e+152 | 7.050797841007707e+153 |
| 0.0ms | -2858126362108004.0 | -152427227285415.3 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 6.340886344136825e+152 | 7.050797841007707e+153 |
| 0.0ms | -2858126362108004.0 | -152427227285415.3 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 6.340886344136825e+152 | 7.050797841007707e+153 |
| 0.0ms | -1.4764063611098446 | 237.827074719415 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 6.340886344136825e+152 | 7.050797841007707e+153 |
| 0.0ms | -1.4764063611098446 | 237.827074719415 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 6.340886344136825e+152 | 7.050797841007707e+153 |
| 0.0ms | -1.4764063611098446 | 237.827074719415 |
Compiled 16 to 17 computations (-6.3% saved)
| 1× | fuel |
Compiled 126 to 75 computations (40.5% saved)
Compiled 139 to 87 computations (37.4% saved)
Loading profile data...