
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)
| 646.0ms | 8 256× | 0 | valid |
| 19.0ms | 206× | 0 | invalid |
ival-div!: 183.0ms (40.9% of total)ival-mult!: 129.0ms (28.9% of total)ival-sqrt: 66.0ms (14.8% of total)ival-add!: 48.0ms (10.7% of total)ival-sub!: 18.0ms (4% of total)adjust: 2.0ms (0.4% of total)Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 90 |
| 1 | 120 | 73 |
| 2 | 516 | 73 |
| 3 | 2474 | 72 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(abs x)
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 | 660 |
| 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 #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)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (-.f64 y #s(literal 1 binary64))))) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal 3 binary64) (sqrt.f64 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 (+.f64 #s(literal 1/9 binary64) (*.f64 x (-.f64 y #s(literal 1 binary64)))) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) 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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 y #s(literal 1 binary64))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64))))))))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt x) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
#s(approx y y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 y (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))))) |
Compiled 369 to 170 computations (53.9% saved)
17 alts after pruning (16 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 16 | 16 | 32 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 16 | 17 | 33 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| ▶ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
| ▶ | 92.9% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) | |
| 87.8% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) | |
| 60.1% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) | |
| ▶ | 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) | |
| 87.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 y (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y))))) | |
| 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) | |
| 99.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) | |
| 68.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (-.f64 y #s(literal 1 binary64))))) x)) | |
| ▶ | 83.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
| 68.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 y #s(literal 1 binary64))))))) | |
| 61.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) | |
| ▶ | 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
| 39.8% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
Compiled 633 to 626 computations (1.1% saved)
| Inputs |
|---|
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.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))) |
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) |
#s(literal 1 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
(/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x) |
(+.f64 #s(literal 1/9 binary64) (*.f64 x y)) |
(*.f64 x y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
(*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))) |
(*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y) |
(-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) 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/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* 3 (* (sqrt x) y)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 1/9)) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (+ 1/9 (* x y)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* x (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x))))) x))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (/ (+ (* -3 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/3 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* 1/9 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (/ (+ (* -1 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/9 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* 1/9 (/ 1 x)) #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 (* 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 (* x y)) x) #s(hole binary64 y)) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x y))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -3 (* (sqrt x) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* (sqrt x) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 -1)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (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)) #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 (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* x (- (* -1 y) (* 1/9 (/ 1 x))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (pow (sqrt -1) 2) y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (pow (sqrt -1) 2) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#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 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* y (+ x (* 1/9 (/ 1 y)))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* y (- (* -1 x) (* 1/9 (/ 1 y))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 9.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/9 x) 1/9 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) y)) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1 x)) |
| 5.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/9 x) 1/9 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) y)) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1 x)) |
| 5.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/9 x) 1/9 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) y)) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1 x)) |
| 4.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/9 x) 1/9 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) y)) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1 x)) |
| 3.0ms | x | @ | 0 | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) 3 (sqrt x) x (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) y (/ 1 (* x 9)) (/ 1/9 x) 1/9 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) y)) (* (sqrt x) y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1 x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 310 | 2631 |
| 0 | 349 | 2600 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(*.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 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.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))) |
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) |
#s(literal 1 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
(/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x) |
(+.f64 #s(literal 1/9 binary64) (*.f64 x y)) |
(*.f64 x y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
(*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))) |
(*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y) |
(-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) 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/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* 3 (* (sqrt x) y)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 1/9)) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (+ 1/9 (* x y)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* x (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x))))) x))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (/ (+ (* -3 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/3 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* 1/9 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (/ (+ (* -1 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/9 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* 1/9 (/ 1 x)) #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 (* 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 (* x y)) x) #s(hole binary64 y)) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x y))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -3 (* (sqrt x) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* (sqrt x) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 -1)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -3 (* (sqrt x) (* (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)) #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 (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* x (- (* -1 y) (* 1/9 (/ 1 x))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (pow (sqrt -1) 2) y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (pow (sqrt -1) 2) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#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 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* y (- (+ 1 (/ 1/9 (* x y))) (/ 1 y))))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* y (+ x (* 1/9 (/ 1 y)))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* y (- (* -1 x) (* 1/9 (/ 1 y))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
| 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))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.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))) |
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) |
#s(literal 1 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
(/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x) |
(+.f64 #s(literal 1/9 binary64) (*.f64 x y)) |
(*.f64 x y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
(*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))) |
(*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y) |
(-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (-.f64 y #s(literal 1 binary64))))) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal 3 binary64) (sqrt.f64 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 (+.f64 #s(literal 1/9 binary64) (*.f64 x (-.f64 y #s(literal 1 binary64)))) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) 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)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (/ (+ 1/9 (* x y)) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ (+ 1/9 (* x y)) x) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
#s(approx (+ 1/9 (* x y)) #s(literal 1/9 binary64)) |
#s(approx (+ 1/9 (* x y)) (+.f64 #s(literal 1/9 binary64) (*.f64 x y))) |
#s(approx (* x y) (*.f64 x y)) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))))) x)) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) x)) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (/.f64 (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) x)) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) x)) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 x y) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))) x)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1 binary64) x)) x)) |
#s(approx (* 1/9 (/ 1 x)) (/.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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 y #s(literal 1 binary64))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (/ (+ 1/9 (* x y)) x) y) |
#s(approx (/ (+ 1/9 (* x y)) x) (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (+ 1/9 (* x y)) (*.f64 x y)) |
#s(approx (+ 1/9 (* x y)) (*.f64 x (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 x (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal -1 binary64) y)) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 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 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64))))))))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt x) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* 3 (* (sqrt x) y)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
#s(approx (* (sqrt x) y) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
#s(approx (+ 1/9 (* x y)) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 (sqrt.f64 x) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
#s(approx y y) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) y)) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 y (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (/ (+ 1/9 (* x y)) x) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))))) |
#s(approx (+ 1/9 (* x y)) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
Compiled 1 474 to 558 computations (62.1% saved)
23 alts after pruning (19 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 88 | 12 | 100 |
| Fresh | 4 | 7 | 11 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 94 | 23 | 117 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
| ▶ | 92.5% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64))) |
| 53.6% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 x y)) x)) #s(literal 1 binary64))) | |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) #s(literal 1/9 binary64)) x)) #s(literal 1 binary64))) | |
| 87.8% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) | |
| 60.1% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) | |
| ✓ | 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) | |
| ▶ | 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
| ▶ | 99.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
| ▶ | 55.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))))) |
| 65.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 x y)))))))) | |
| 72.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))))) | |
| 71.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) x)))) | |
| 55.4% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) | |
| 45.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) | |
| 34.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) | |
| 68.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 y #s(literal 1 binary64))))))) | |
| ▶ | 61.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
| ✓ | 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
| 39.8% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) | |
| 55.4% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) |
Compiled 1 067 to 1 010 computations (5.3% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(literal 3 binary64) |
(*.f64 (sqrt.f64 x) y) |
(sqrt.f64 x) |
x |
y |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
#s(literal 1/9 binary64) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.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 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))))) |
(*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y))))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y))) |
(*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)) |
(/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) |
#s(literal -1 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) |
(/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x) |
#s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) |
(*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)))) |
(+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal 1 binary64) y) |
| 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) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) x))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* 1/9 (/ 1 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 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 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* x (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x))))) x))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (/ (+ (* -3 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/3 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* 1/9 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (/ (+ (* -1 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/9 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) 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 (* x y)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 1/9)) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (+ 1/9 (* x y)))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 1/9)) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (+ 1/9 (* x y)))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (/ 1/9 y))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (+ x (* 1/9 (/ 1 y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 1/3 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 -1)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 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 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -3 (* (sqrt x) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* (sqrt x) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#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 (* x y)) x) #s(hole binary64 y)) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x y))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* x y))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* x (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 x)) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (* x (+ 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) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (pow (sqrt -1) 2) y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (pow (sqrt -1) 2) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* x (- (* -1 y) (* 1/9 (/ 1 x))))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* -1 (* x (- (* -1 y) (* 1/9 (/ 1 x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (/ (+ 1/9 (* x y)) y))) |
#s(approx (* 1/9 (/ 1 y)) #s(hole binary64 (/ 1/9 y))) |
#s(approx (/ 1 y) #s(hole binary64 (/ 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) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 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 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* y (+ x (* 1/9 (/ 1 y)))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* y (+ x (* 1/9 (/ 1 y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* y (- (* -1 x) (* 1/9 (/ 1 y))))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* -1 (* y (- (* -1 x) (* 1/9 (/ 1 y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | y | @ | -inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) 3 (* (sqrt x) y) (sqrt x) x y (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) 1/9 (/ 1 x) 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) -1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* y (+ x (* 1/9 (/ 1 y)))) (+ x (* 1/9 (/ 1 y))) (* 1/9 (/ 1 y)) (/ 1 y)) |
| 4.0ms | x | @ | -inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) 3 (* (sqrt x) y) (sqrt x) x y (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) 1/9 (/ 1 x) 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) -1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* y (+ x (* 1/9 (/ 1 y)))) (+ x (* 1/9 (/ 1 y))) (* 1/9 (/ 1 y)) (/ 1 y)) |
| 3.0ms | x | @ | 0 | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) 3 (* (sqrt x) y) (sqrt x) x y (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) 1/9 (/ 1 x) 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) -1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* y (+ x (* 1/9 (/ 1 y)))) (+ x (* 1/9 (/ 1 y))) (* 1/9 (/ 1 y)) (/ 1 y)) |
| 3.0ms | x | @ | inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) 3 (* (sqrt x) y) (sqrt x) x y (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) 1/9 (/ 1 x) 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) -1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* y (+ x (* 1/9 (/ 1 y)))) (+ x (* 1/9 (/ 1 y))) (* 1/9 (/ 1 y)) (/ 1 y)) |
| 3.0ms | y | @ | inf | ((* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) 3 (* (sqrt x) y) (sqrt x) x y (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) 1/9 (/ 1 x) 1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/ (- (* 1/9 (/ 1 x)) 1) y) (- (* 1/9 (/ 1 x)) 1) -1 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (- (+ y (/ 1 (* x 9))) 1) (+ y (/ 1 (* x 9))) (/ (+ 1/9 (* x y)) x) (+ 1/9 (* x y)) (* y (+ x (* 1/9 (/ 1 y)))) (+ x (* 1/9 (/ 1 y))) (* 1/9 (/ 1 y)) (/ 1 y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 390 | 3642 |
| 0 | 432 | 3574 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(literal 3 binary64) |
(*.f64 (sqrt.f64 x) y) |
(sqrt.f64 x) |
x |
y |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
#s(literal 1/9 binary64) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.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 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))))) |
(*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y))))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y))) |
(*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)) |
(/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) |
#s(literal -1 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) |
(/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x) |
#s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) |
(*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)))) |
(+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal 1 binary64) y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) x))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* 1/9 (/ 1 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 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 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* x (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x))))) x))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (/ (+ (* -3 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/3 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* 1/9 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (/ (+ (* -1 (* (sqrt (pow x 3)) (/ 1 y))) (* 1/9 (* (sqrt x) (/ 1 y)))) x))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (+ (* -1 (/ x y)) (* 1/9 (/ 1 y))) 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 (* x y)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 1/9)) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (+ 1/9 (* x y)))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 1/9)) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (+ 1/9 (* x y)))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (/ 1/9 y))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (+ x (* 1/9 (/ 1 y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- y 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) (- y 1))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 1/3 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 -1)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 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 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -3 (* (sqrt x) (/ 1 y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* (sqrt x) (/ 1 y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))))))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ -1 y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (- (* 1/9 (/ 1 (* x y))) (/ 1 y)))) |
#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 (* x y)) x) #s(hole binary64 y)) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x y))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* x (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* x y))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* x (+ y (* 1/9 (/ 1 x)))))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 x)) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (* x (+ 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) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (pow (sqrt -1) 2) y))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (pow (sqrt -1) 2) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y)))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* x (- (* -1 y) (* 1/9 (/ 1 x))))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* -1 (* x (- (* -1 y) (* 1/9 (/ 1 x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) #s(hole binary64 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) #s(hole binary64 (/ (- (* 1/9 (/ 1 x)) 1) y))) |
#s(approx (+ x (* 1/9 (/ 1 y))) #s(hole binary64 (/ (+ 1/9 (* x y)) y))) |
#s(approx (* 1/9 (/ 1 y)) #s(hole binary64 (/ 1/9 y))) |
#s(approx (/ 1 y) #s(hole binary64 (/ 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) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 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 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ y (/ 1 (* x 9))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (+ 1/9 (* x y)) x) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* y (+ x (* 1/9 (/ 1 y)))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* y (+ x (* 1/9 (/ 1 y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ 1/9 (* x y)) #s(hole binary64 (* -1 (* y (- (* -1 x) (* 1/9 (/ 1 y))))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(hole binary64 (* -1 (* y (- (* -1 x) (* 1/9 (/ 1 y))))))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
(fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(literal 3 binary64) |
(*.f64 (sqrt.f64 x) y) |
(sqrt.f64 x) |
x |
y |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
#s(literal 1/9 binary64) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
(*.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 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))))) |
(*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y))))) |
(fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))) |
(+.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y))) |
(*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)) |
(/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) |
#s(literal -1 binary64) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) |
(/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x) |
#s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) |
(*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)))) |
(+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal 1 binary64) y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (-.f64 y #s(literal 1 binary64))))) x)) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))))) x)) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx x x) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (/.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) x)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1 binary64) x)) x)) |
#s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x (-.f64 y #s(literal 1 binary64)))) x)) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))))) x)) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) x)) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (/.f64 (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) x)) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (/.f64 (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) x)) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 x y) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
#s(approx (/ (+ 1/9 (* x y)) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ (+ 1/9 (* x y)) x) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
#s(approx (+ 1/9 (* x y)) #s(literal 1/9 binary64)) |
#s(approx (+ 1/9 (* x y)) (+.f64 #s(literal 1/9 binary64) (*.f64 x y))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(literal 1/9 binary64)) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) (+.f64 #s(literal 1/9 binary64) (*.f64 x y))) |
#s(approx (+ x (* 1/9 (/ 1 y))) (/.f64 #s(literal 1/9 binary64) y)) |
#s(approx (+ x (* 1/9 (/ 1 y))) (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 y #s(literal 1 binary64))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal -1 binary64) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 x (fma.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))))))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 x (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal -1 binary64) y)) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (/ (+ 1/9 (* x y)) x) y) |
#s(approx (/ (+ 1/9 (* x y)) x) (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (+ 1/9 (* x y)) (*.f64 x y)) |
#s(approx (+ 1/9 (* x y)) (*.f64 x (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) (*.f64 x y)) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) (*.f64 x (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (+ x (* 1/9 (/ 1 y))) x) |
#s(approx (+ x (* 1/9 (/ 1 y))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64))))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))))) |
#s(approx (* (sqrt x) y) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
#s(approx (sqrt x) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)))) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y))))))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 (sqrt.f64 x) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y))))))) |
#s(approx (+ 1/9 (* x y)) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1 binary64) y) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx y y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) y)) |
#s(approx (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
#s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))) |
#s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) |
#s(approx (+ x (* 1/9 (/ 1 y))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) y)) |
#s(approx (* 1/9 (/ 1 y)) (/.f64 #s(literal 1/9 binary64) y)) |
#s(approx (/ 1 y) (/.f64 #s(literal 1 binary64) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 y (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (/ (+ 1/9 (* x y)) x) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (+ 1/9 (* x y)) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (* y (+ x (* 1/9 (/ 1 y)))) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y)))))) |
Compiled 2 167 to 727 computations (66.5% saved)
27 alts after pruning (21 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 131 | 11 | 142 |
| Fresh | 4 | 10 | 14 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 4 | 4 |
| Total | 138 | 27 | 165 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) (/.f64 #s(literal 1/9 binary64) y)))) x)) #s(literal 1 binary64))) | |
| 81.3% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))))) x)) #s(literal 1 binary64))) | |
| 53.6% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) x))) x)) #s(literal 1 binary64))) | |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) #s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(literal 1/9 binary64))) x)) #s(literal 1 binary64))) | |
| ▶ | 87.8% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) |
| 60.1% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) | |
| ✓ | 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) | |
| ✓ | 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
| 77.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) | |
| 60.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))))) | |
| ✓ | 55.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))))) |
| 65.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 x y)))))))) | |
| 71.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) x)))) | |
| 55.4% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) | |
| 45.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) | |
| ▶ | 34.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) |
| ▶ | 61.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
| 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x))))) | |
| ✓ | 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
| 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) | |
| 39.8% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) | |
| ▶ | 55.9% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
| 55.4% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) | |
| ▶ | 22.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
Compiled 1 287 to 1 215 computations (5.6% saved)
| Inputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
y |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
#s(literal 1 binary64) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
#s(literal 1/9 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 x y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal -3 binary64) (sqrt.f64 x)) |
#s(literal -3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) |
#s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) |
(*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))) |
#s(literal 1/3 binary64) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
(/.f64 #s(literal 1 binary64) y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))))) |
(*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
(fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
| 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 (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (/ (+ x (* 1/9 (/ 1 y))) x))) |
#s(approx (* 1/9 (/ 1 (* x y))) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ 1 (* x y)) #s(hole binary64 (/ 1 (* x y)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) x))) |
#s(approx (* -3 (sqrt x)) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* 1/9 (/ 1 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* x (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x))))) x))) |
#s(approx (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* (sqrt (/ 1 x)) (/ 1 y)) #s(hole binary64 (* (sqrt (/ 1 x)) (/ 1 y)))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (/ (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))) x))) |
#s(approx (* 3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 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 (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 y)) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 1)) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (+ 1 (* 1/9 (/ 1 (* x y)))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 1/3 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 -1)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 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) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* -3 (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))))) |
#s(approx (* (sqrt (/ 1 x)) (/ 1 y)) #s(hole binary64 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y)))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (* 3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 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 (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (/ (+ y (* 1/9 (/ 1 x))) y))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (/ 1 y) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* -3 (sqrt (/ 1 x))))) |
#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 (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) (/ 1 y)))))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) (/ 1 y)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.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 (* 1/9 (/ 1 (* x y))))) y (+ 1 (* 1/9 (/ 1 (* x y)))) 1 (* 1/9 (/ 1 (* x y))) 1/9 (/ 1 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* -3 (sqrt x)) -3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1/9 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) 1/3 (* (sqrt (/ 1 x)) (/ 1 y)) (sqrt (/ 1 x)) (/ 1 x) (/ 1 y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (* 3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y)) |
| 6.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 (* 1/9 (/ 1 (* x y))))) y (+ 1 (* 1/9 (/ 1 (* x y)))) 1 (* 1/9 (/ 1 (* x y))) 1/9 (/ 1 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* -3 (sqrt x)) -3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1/9 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) 1/3 (* (sqrt (/ 1 x)) (/ 1 y)) (sqrt (/ 1 x)) (/ 1 x) (/ 1 y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (* 3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y)) |
| 5.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 (* 1/9 (/ 1 (* x y))))) y (+ 1 (* 1/9 (/ 1 (* x y)))) 1 (* 1/9 (/ 1 (* x y))) 1/9 (/ 1 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* -3 (sqrt x)) -3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1/9 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) 1/3 (* (sqrt (/ 1 x)) (/ 1 y)) (sqrt (/ 1 x)) (/ 1 x) (/ 1 y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (* 3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y)) |
| 5.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 (* 1/9 (/ 1 (* x y))))) y (+ 1 (* 1/9 (/ 1 (* x y)))) 1 (* 1/9 (/ 1 (* x y))) 1/9 (/ 1 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* -3 (sqrt x)) -3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1/9 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) 1/3 (* (sqrt (/ 1 x)) (/ 1 y)) (sqrt (/ 1 x)) (/ 1 x) (/ 1 y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (* 3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y)) |
| 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 (* 1/9 (/ 1 (* x y))))) y (+ 1 (* 1/9 (/ 1 (* x y)))) 1 (* 1/9 (/ 1 (* x y))) 1/9 (/ 1 (* x y)) (* x y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* -3 (sqrt x)) -3 (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (- (* 1/9 (/ 1 x)) 1) (* 1/9 (/ 1 x)) (/ 1/9 x) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) 1/3 (* (sqrt (/ 1 x)) (/ 1 y)) (sqrt (/ 1 x)) (/ 1 x) (/ 1 y) (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (* 3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 356 | 3665 |
| 0 | 394 | 3577 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
y |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
#s(literal 1 binary64) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
#s(literal 1/9 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 x y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal -3 binary64) (sqrt.f64 x)) |
#s(literal -3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) |
#s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) |
(*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))) |
#s(literal 1/3 binary64) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
(/.f64 #s(literal 1 binary64) y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))))) |
(*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
(fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 3 (* (sqrt (pow x 3)) (- y 1)))) x))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (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 (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (/ (+ 1/9 (* x y)) x))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (/ (+ x (* 1/9 (/ 1 y))) x))) |
#s(approx (* 1/9 (/ 1 (* x y))) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (/ 1 (* x y)) #s(hole binary64 (/ 1 (* x y)))) |
#s(approx (* x y) #s(hole binary64 (* x y))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (/ (+ (* -3 (sqrt (pow x 3))) (* 1/3 (sqrt x))) x))) |
#s(approx (* -3 (sqrt x)) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* 1/9 (sqrt (/ 1 x))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (/ (+ (* -1 (sqrt (pow x 3))) (* 1/9 (sqrt x))) x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ 1/9 x))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (/ (+ 1/9 (* -1 x)) x))) |
#s(approx (* 1/9 (/ 1 x)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt x) (/ 1 y))) (* x (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x))))) x))) |
#s(approx (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (* (sqrt (/ 1 x)) (/ 1 y)) #s(hole binary64 (* (sqrt (/ 1 x)) (/ 1 y)))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* x (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) x))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (/ (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) y))) x))) |
#s(approx (* 3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 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 (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 y)) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (+ y (* 1/9 (/ 1 x))))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 1)) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (+ 1 (* 1/9 (/ 1 (* x y)))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 1/3 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (sqrt x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* x (+ (* -1 (sqrt (/ 1 x))) (* 1/9 (sqrt (/ 1 (pow x 3)))))))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 -1)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(hole binary64 (- (* 1/9 (/ 1 x)) 1))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* x (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ 1 y))) (* 3 (sqrt (/ 1 x)))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (+ (* 1/3 (sqrt (/ 1 (pow x 3)))) (* 3 (* (sqrt (/ 1 x)) y))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 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) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* 3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* -3 (sqrt x)) #s(hole binary64 (* 3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* (sqrt x) (pow (sqrt -1) 2)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) #s(hole binary64 (* -1 (* x (+ (* -1 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 1/9 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (pow (sqrt -1) 2) y))) (* 3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y))))) |
#s(approx (* (sqrt (/ 1 x)) (/ 1 y)) #s(hole binary64 (* (sqrt (/ 1 x)) (/ (pow (sqrt -1) 2) y)))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (+ (* 1/3 (* (sqrt (/ 1 (pow x 3))) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* x (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (+ (* -3 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))) (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (* 3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 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 (+ 1 (* 1/9 (/ 1 (* x y)))) #s(hole binary64 (/ (+ y (* 1/9 (/ 1 x))) y))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (/ (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) y))) |
#s(approx (/ 1 y) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* -3 (sqrt x)))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* -3 (sqrt (/ 1 x))))) |
#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 (* y (+ 1 (* 1/9 (/ 1 (* x y))))) #s(hole binary64 (* y (+ 1 (* 1/9 (/ 1 (* x y))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) #s(hole binary64 (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* 3 (* (sqrt x) y)))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* y (+ (* -3 (* (sqrt x) (/ 1 y))) (* 3 (sqrt x)))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* 3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* y (+ (* -3 (* (sqrt (/ 1 x)) (/ 1 y))) (* 3 (sqrt (/ 1 x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* 1/9 (/ 1 x)) 1) y)) 1))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* -3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt x)) (* 3 (* (sqrt x) (/ 1 y)))))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) #s(hole binary64 (* -1 (* y (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) (/ 1 y)))))))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
(-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64)) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
y |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))) |
#s(literal 1 binary64) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
#s(literal 1/9 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x y)) |
(*.f64 x y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal -3 binary64) (sqrt.f64 x)) |
#s(literal -3 binary64) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64)) |
#s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) |
(*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))) |
#s(literal 1/3 binary64) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
(/.f64 #s(literal 1 binary64) y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))))) |
(*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
(fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
(+.f64 (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
(*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (-.f64 y #s(literal 1 binary64))))) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal 3 binary64) (sqrt.f64 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 (+.f64 #s(literal 1/9 binary64) (*.f64 x (-.f64 y #s(literal 1 binary64)))) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) (/.f64 (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))) x)) |
#s(approx (* 1/9 (/ 1 (* x y))) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) |
#s(approx (/ 1 (* x y)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) |
#s(approx (* x y) (*.f64 x y)) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) x)) |
#s(approx (* -3 (sqrt x)) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (/.f64 (fma.f64 #s(literal -1 binary64) (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 x))) x)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1 binary64) x)) x)) |
#s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ 1/9 x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))))) x)) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) x)) |
#s(approx (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* (sqrt (/ 1 x)) (/ 1 y)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (sqrt (/ 1 x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))))) x)) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (/.f64 (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) x)) |
#s(approx (* 3 (* (sqrt (/ 1 x)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (* (sqrt (/ 1 x)) y) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 y #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 y #s(literal 1 binary64))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 y #s(literal 1 binary64))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
#s(approx (+ y (/ 1 (* x 9))) y) |
#s(approx (+ y (/ 1 (* x 9))) (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) y) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) #s(literal 1 binary64)) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal -1 binary64) (sqrt.f64 x))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 x (fma.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))))))) |
#s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) |
#s(approx (- (* 1/9 (/ 1 x)) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (-.f64 y #s(literal 1 binary64))))))))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt x) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (* -3 (sqrt x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
#s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (* 1/3 (* (sqrt (/ 1 x)) (/ 1 y))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y)))) |
#s(approx (* (sqrt (/ 1 x)) (/ 1 y)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) y))) |
#s(approx (sqrt (/ 1 x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
#s(approx (* 3 (* (sqrt (/ 1 x)) y)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
#s(approx (* (sqrt (/ 1 x)) y) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
#s(approx y y) |
#s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) (/.f64 (+.f64 y (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x))) y)) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) y)) |
#s(approx (/ 1 y) (/.f64 #s(literal 1 binary64) y)) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) y) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 y (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (* y (+ 1 (* 1/9 (/ 1 (* x y))))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)) #s(literal 1 binary64))))) |
#s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y))))))) |
#s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y))))))) |
#s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))))) |
Compiled 1 903 to 641 computations (66.3% saved)
29 alts after pruning (20 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 114 | 5 | 119 |
| Fresh | 1 | 15 | 16 |
| Picked | 1 | 4 | 5 |
| Done | 1 | 5 | 6 |
| Total | 117 | 29 | 146 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| ✓ | 99.4% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y #s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x))) #s(literal 1 binary64))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) (/.f64 #s(literal 1/9 binary64) y)))) x)) #s(literal 1 binary64))) | |
| 81.3% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))))) x)) #s(literal 1 binary64))) | |
| 53.6% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) x))) x)) #s(literal 1 binary64))) | |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) #s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(literal 1/9 binary64))) x)) #s(literal 1 binary64))) | |
| ✓ | 87.8% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) |
| 49.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y #s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))))) #s(literal 1 binary64))) | |
| 60.1% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) | |
| ✓ | 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
| 61.2% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) | |
| ✓ | 39.7% | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
| 77.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) | |
| 60.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))))) | |
| 65.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 x y)))))))) | |
| 71.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) x)))) | |
| 55.4% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) | |
| 45.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) | |
| ✓ | 34.5% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) |
| ✓ | 61.2% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
| 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x))))) | |
| ✓ | 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
| 39.7% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) | |
| 39.8% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) | |
| 55.4% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))))) | |
| 35.6% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) | |
| 22.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) | |
| 60.0% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)))))) | |
| ✓ | 22.3% | #s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
Compiled 1 379 to 1 014 computations (26.5% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.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 (/.f64 #s(literal 1 binary64) x)))) |
(*.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))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) #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(approx (+ 1/9 (* x y)) #s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(literal 1/9 binary64))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))))) |
(*.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))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #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/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 x y)) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) x))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y #s(approx (+ 1 (* 1/9 (/ 1 (* x y)))) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))))) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) (/.f64 #s(literal 1/9 binary64) y)))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(approx (- (* 1/9 (/ 1 x)) 1) #s(literal -1 binary64)) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (/ (- (* 1/9 (/ 1 x)) 1) y) (/.f64 #s(literal 1/9 binary64) (*.f64 x y)))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (*.f64 y (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y (+.f64 x (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) y))))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)) (*.f64 #s(literal 1/9 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y (fma.f64 #s(literal 3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* y (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y))))) (*.f64 x (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 y (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 (/.f64 #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 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (pow.f64 x #s(literal 3 binary64))) (-.f64 y #s(literal 1 binary64))))) x)) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 x (fma.f64 #s(literal -3 binary64) (*.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 3 binary64) (sqrt.f64 x))))) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 x (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64)))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (-.f64 y #s(literal 1 binary64))))))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
3 calls:
| 16.0ms | x |
| 11.0ms | y |
| 11.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 1 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 99.4% | 1 | x |
| 99.4% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.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 (/.f64 #s(literal 1 binary64) x)))) |
(*.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))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) #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(approx (+ 1/9 (* x y)) #s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(literal 1/9 binary64))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))))) |
(*.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))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 (*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) #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/9 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 x y)) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) (*.f64 y #s(approx (+ x (* 1/9 (/ 1 y))) x))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 y #s(approx (+ (* 3 (sqrt x)) (* 3 (* (sqrt x) (/ (- (* 1/9 (/ 1 x)) 1) y)))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 x y)) x)) #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:
| 10.0ms | y |
| 7.0ms | x |
| 7.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 1 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 99.4% | 1 | x |
| 99.4% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.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 (/.f64 #s(literal 1 binary64) x)))) |
(*.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))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(literal 1/9 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) (/.f64 #s(approx (+ 1/9 (* x y)) #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(approx (+ 1/9 (* x y)) #s(approx (* y (+ x (* 1/9 (/ 1 y)))) #s(literal 1/9 binary64))) x)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) #s(approx (* x (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y)))) (fma.f64 #s(literal -3 binary64) (sqrt.f64 x) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (fma.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x))))) |
| Outputs |
|---|
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 #s(approx (+ y (/ 1 (* x 9))) y) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.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 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
3 calls:
| 6.0ms | x |
| 5.0ms | y |
| 5.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.1% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 89.1% | 3 | y |
| 86.1% | 2 | x |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.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 (/.f64 #s(literal 1 binary64) x)))) |
(*.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))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.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))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) (-.f64 #s(approx (* 1/9 (/ 1 x)) (/.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) y))) |
1 calls:
| 4.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.1% | 3 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 13 to 12 computations (7.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.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 (/.f64 #s(literal 1 binary64) x)))) |
(*.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))) #s(approx (/ (+ 1/9 (* x y)) x) y)) #s(literal 1 binary64))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (+ (* 3 (* (sqrt x) y)) (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)))) (*.f64 x #s(approx (+ (* -3 (sqrt (/ 1 x))) (* 3 (* (sqrt (/ 1 x)) y))) (*.f64 #s(literal -3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) #s(approx (* (sqrt x) (- (* 1/9 (/ 1 x)) 1)) (*.f64 #s(literal 1/9 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) #s(approx (- (* 1/9 (/ 1 x)) 1) (/.f64 #s(literal 1/9 binary64) x))))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) (/.f64 #s(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 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
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 |
|---|---|---|
| 92.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)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.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 (/.f64 #s(literal 1 binary64) x)))) |
| 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)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
3 calls:
| 6.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 2.0ms | y |
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.4% | 2 | x |
| 67.6% | 3 | y |
| 87.6% | 4 | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
Compiled 15 to 16 computations (-6.7% saved)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
(*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) #s(approx (- (+ y (/ 1 (* x 9))) 1) y)) |
| 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)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
3 calls:
| 2.0ms | (*.f64 (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) (-.f64 (+.f64 y (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) #s(literal 1 binary64))) |
| 2.0ms | x |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 39.7% | 1 | x |
| 59.2% | 3 | y |
| 55.9% | 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)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) (*.f64 #s(literal 3 binary64) (*.f64 (sqrt.f64 x) y))) |
1 calls:
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 59.2% | 3 | y |
Compiled 1 to 2 computations (-100% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -3 binary64) (sqrt.f64 x)))) |
| Outputs |
|---|
#s(approx (* (* 3 (sqrt x)) (- (+ y (/ 1 (* x 9))) 1)) #s(approx (* 3 (* (sqrt x) (- (* 1/9 (/ 1 x)) 1))) (*.f64 #s(literal -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 |
|---|---|---|
| 22.3% | 1 | x |
| 22.3% | 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))) |
| 22.3% | 1 | y |
Compiled 15 to 16 computations (-6.7% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.942197737498113e+153 | 3.281798801969081e+154 |
| 0.0ms | -3.323280049486369e+27 | -2.9551396822387694e+27 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.942197737498113e+153 | 3.281798801969081e+154 |
| 0.0ms | -3.323280049486369e+27 | -2.9551396822387694e+27 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.942197737498113e+153 | 3.281798801969081e+154 |
| 0.0ms | -0.8461016387540266 | 5.191937307058539 |
Compiled 16 to 17 computations (-6.3% saved)
| 3× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.942197737498113e+153 | 3.281798801969081e+154 |
| 0.0ms | -0.8461016387540266 | 5.191937307058539 |
| 0.0ms | -2.434696298200443e+155 | -1.0843268155133916e+150 |
Compiled 16 to 17 computations (-6.3% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 19.0ms | 2.7208453937505294e-8 | 152954432587105.66 |
| 11.0ms | -0.9595639636835579 | -2.2968989421602196e-5 |
| 19.0ms | 304× | 0 | valid |
Compiled 764 to 783 computations (-2.5% saved)
ival-mult!: 7.0ms (56.4% of total)ival-sqrt: 2.0ms (16.1% of total)ival-sub!: 1.0ms (8.1% of total)ival-add!: 1.0ms (8.1% of total)ival-div!: 1.0ms (8.1% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 2.7208453937505294e-8 | 152954432587105.66 |
| 1.0ms | -0.9595639636835579 | -2.2968989421602196e-5 |
Compiled 796 to 815 computations (-2.4% saved)
| 1× | fuel |
Compiled 133 to 82 computations (38.3% saved)
(abs x)
Compiled 892 to 680 computations (23.8% saved)
Loading profile data...