
Time bar (total: 2.3s)
| 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 |
| 100% | 50% | 0% | 0.1% | 0% | 50% | 0% | 2 |
Compiled 16 to 14 computations (12.5% saved)
| 764.0ms | 8 256× | 0 | valid |
ival-div!: 118.0ms (31.4% of total)ival-mult!: 113.0ms (30.1% of total)ival-sqrt: 86.0ms (22.9% of total)ival-sub!: 57.0ms (15.2% of total)adjust: 2.0ms (0.5% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 1 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
| 0 | 0 | - | 0 | - | (sqrt.f64 x) |
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 9 binary64) |
| 0 | 0 | - | 0 | - | (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
| 0 | 0 | - | 0 | - | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 x #s(literal 9 binary64)) |
| 0 | 0 | - | 0 | - | (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
| 0 | 0 | - | 0 | - | x |
| Predicted + | Predicted - | |
|---|---|---|
| + | 0 | 0 |
| - | 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 256 |
| number | freq |
|---|---|
| 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 1 |
| 35.0ms | 512× | 0 | valid |
Compiled 110 to 40 computations (63.6% saved)
ival-sqrt: 5.0ms (29.1% of total)ival-mult!: 5.0ms (29.1% of total)ival-div!: 5.0ms (29.1% of total)ival-sub!: 2.0ms (11.6% of total)adjust: 0.0ms (0% of total)Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 92 |
| 1 | 63 | 80 |
| 2 | 94 | 76 |
| 3 | 156 | 76 |
| 4 | 395 | 74 |
| 5 | 3594 | 74 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
Compiled 28 to 24 computations (14.3% saved)
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
y |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#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 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 3.0ms | x | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 2.0ms | y | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 2.0ms | x | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 1.0ms | y | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 90 | 427 |
| 0 | 101 | 407 |
| 0 | 373 | 401 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
y |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#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 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
y |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* x 9) (*.f64 #s(literal 9 binary64) x)) |
#s(approx x x) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1 (* x 9))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (* 3 (sqrt x)) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx y y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
Compiled 825 to 166 computations (79.9% saved)
10 alts after pruning (9 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 30 | 9 | 39 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 30 | 10 | 40 |
| Status | Accuracy | Program |
|---|---|---|
| 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| 71.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) | |
| 93.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) | |
| ▶ | 63.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| ▶ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
| ▶ | 58.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
| ▶ | 90.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
Compiled 404 to 332 computations (17.8% saved)
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(literal -1/3 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(literal 1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
(neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y)) |
(*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) |
#s(literal -1 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* -1/3 (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (/ 1 (sqrt x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (/ (- x (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (+ (* -1 x) (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (/ x y)) (+ (* 1/9 (/ 1 y)) (* 1/3 (sqrt x)))) x))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ -1/9 (* x y)))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ (- (/ x y) (* 1/9 (/ 1 y))) x))) |
#s(approx (* (/ 1 (sqrt x)) 1/3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ 1 y))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (- (/ 1 y) (* 1/9 (/ 1 (* x y)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ y 3) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 1/9)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* -1 (- 1 (* 1/9 (/ 1 x))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (- 1 (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))) y))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ (- 1 (* 1/9 (/ 1 x))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | x | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ 1/9 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (/ 1 (sqrt x)) y)) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ (- 1 (/ 1/9 x)) y) -1 (* (/ 1 (sqrt x)) 1/3)) |
| 6.0ms | y | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ 1/9 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (/ 1 (sqrt x)) y)) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ (- 1 (/ 1/9 x)) y) -1 (* (/ 1 (sqrt x)) 1/3)) |
| 4.0ms | y | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ 1/9 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (/ 1 (sqrt x)) y)) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ (- 1 (/ 1/9 x)) y) -1 (* (/ 1 (sqrt x)) 1/3)) |
| 4.0ms | x | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ 1/9 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (/ 1 (sqrt x)) y)) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ (- 1 (/ 1/9 x)) y) -1 (* (/ 1 (sqrt x)) 1/3)) |
| 3.0ms | y | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ 1/9 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (/ 1 (sqrt x)) y)) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ (- 1 (/ 1/9 x)) y) -1 (* (/ 1 (sqrt x)) 1/3)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 266 | 2501 |
| 0 | 309 | 2213 |
| 0 | 1139 | 2191 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(literal -1/3 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(literal 1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
(neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y)) |
(*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) |
#s(literal -1 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1/9 x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* -1/3 (* (/ 1 (sqrt x)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (/ 1 (sqrt x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (/ (- x (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (+ (* -1 x) (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (/ x y)) (+ (* 1/9 (/ 1 y)) (* 1/3 (sqrt x)))) x))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ -1/9 (* x y)))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ (- (/ x y) (* 1/9 (/ 1 y))) x))) |
#s(approx (* (/ 1 (sqrt x)) 1/3) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ 1 y))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (- (/ 1 y) (* 1/9 (/ 1 (* x y)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ y 3) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 1/9)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* -1 (- 1 (* 1/9 (/ 1 x))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (- 1 (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))) y))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) #s(hole binary64 (/ (- 1 (* 1/9 (/ 1 x))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (neg.f64 (/.f64 y #s(literal 3 binary64))) (neg.f64 (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(/.f64 (neg.f64 y) #s(literal -3 binary64)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/9 binary64) (pow.f64 x #s(literal -1 binary64)))) |
(*.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64))) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) y) |
(*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y)) |
#s(literal -1/3 binary64) |
(*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) |
(*.f64 y (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (pow.f64 x #s(literal -1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) |
(-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
(*.f64 (*.f64 #s(literal -1 binary64) y) (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y) |
(*.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y)) |
(*.f64 #s(literal -1 binary64) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
(neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
(*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y) |
(*.f64 y (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
(fma.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) y (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
(fma.f64 y (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (*.f64 y (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
(+.f64 (*.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) y) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
(+.f64 (*.f64 y (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) (*.f64 y (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)))) (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) (-.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) #s(literal 3 binary64)) (pow.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (*.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (-.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (*.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))))) |
(fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(fma.f64 #s(literal 1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) |
(fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) |
(-.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (*.f64 (neg.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) #s(literal 1/3 binary64))) |
(-.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
(+.f64 (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(+.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) |
(/.f64 (-.f64 (*.f64 (pow.f64 y #s(literal -1 binary64)) (pow.f64 y #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) (+.f64 (pow.f64 y #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) |
(/.f64 (-.f64 (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) #s(literal 3 binary64))) (fma.f64 (pow.f64 y #s(literal -1 binary64)) (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (*.f64 (pow.f64 y #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) (neg.f64 y)) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) |
(-.f64 (pow.f64 y #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) |
(+.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) (pow.f64 (*.f64 y x) #s(literal -1 binary64)))) |
#s(literal -1 binary64) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* x 9) (*.f64 #s(literal 9 binary64) x)) |
#s(approx x x) |
#s(approx (/ (/ y 3) (sqrt x)) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1/9 x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* -1/3 (* (/ 1 (sqrt x)) y)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (* (/ 1 (sqrt x)) y) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y)) |
#s(approx (/ 1 (sqrt x)) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) x)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (/.f64 (-.f64 x (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 y (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (/.f64 (fma.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y (neg.f64 x)) x)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) x)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (fma.f64 (/.f64 x y) #s(literal -1 binary64) (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y))) x)) |
#s(approx (/ (- 1 (/ 1/9 x)) y) (/.f64 (/.f64 #s(literal -1/9 binary64) x) y)) |
#s(approx (/ (- 1 (/ 1/9 x)) y) (/.f64 (-.f64 (/.f64 x y) (/.f64 #s(literal 1/9 binary64) y)) x)) |
#s(approx (* (/ 1 (sqrt x)) 1/3) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1 (* x 9))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1/9 x)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (neg.f64 (fma.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (fma.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (-.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) (pow.f64 y #s(literal -1 binary64))) |
#s(approx (/ (- 1 (/ 1/9 x)) y) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (neg.f64 x) (-.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y)) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) |
#s(approx y y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (-.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(literal 1/9 binary64)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) y (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)))) y)) |
#s(approx (/ (- 1 (/ 1/9 x)) y) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (neg.f64 (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) y))) |
Compiled 6 726 to 881 computations (86.9% saved)
18 alts after pruning (17 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 190 | 15 | 205 |
| Fresh | 2 | 2 | 4 |
| Picked | 4 | 1 | 5 |
| Done | 1 | 0 | 1 |
| Total | 197 | 18 | 215 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
| 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) | |
| ▶ | 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 71.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) | |
| 63.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64)))) | |
| ✓ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
| 58.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) | |
| ▶ | 58.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
| ▶ | 50.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x))) |
| 44.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) x))) | |
| 58.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) | |
| 31.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) | |
| 90.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (+.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) (pow.f64 (*.f64 y x) #s(literal -1 binary64)))) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) | |
| 54.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) | |
| 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) | |
| 63.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) | |
| 29.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) | |
| ▶ | 35.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
Compiled 1 025 to 767 computations (25.2% saved)
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)) |
#s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) |
(*.f64 #s(literal 1/3 binary64) y) |
#s(literal 1/3 binary64) |
y |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(literal 1/81 binary64) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ 1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (+ (* -1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ -1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (/ -1/81 (- (* 1/3 (* (sqrt x) y)) 1/9)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 -1/81)) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (- (* 1/9 (* x (pow y 2))) 1/81))) |
#s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) #s(hole binary64 (* 1/9 (* x (pow y 2))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (- (* 1/3 (* (sqrt x) y)) 1/9))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) x)) (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (+ (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (* -1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2))))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* 1/9 (* x (pow y 2))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* x (- (* 1/9 (pow y 2)) (* 1/81 (/ 1 x)))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* x (- (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ -1/9 (+ (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))) (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* 1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* -1 (/ (+ (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2))))) x))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* -1/9 (* x (* (pow y 2) (pow (sqrt -1) 2)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* -1 (* x (+ (* 1/9 (* (pow y 2) (pow (sqrt -1) 2))) (* 1/81 (/ 1 x))))))) |
#s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) #s(hole binary64 (* -1/9 (* x (* (pow y 2) (pow (sqrt -1) 2)))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* -1/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 (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ y 3) #s(hole binary64 (* 1/3 y))) |
#s(approx (* 1/3 y) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 1/9)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 1/9)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 -1/9)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* (pow y 2) (- (* 1/9 x) (* 1/81 (/ 1 (pow y 2))))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* y (- (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (* 1/27 (sqrt (/ 1 (pow x 3))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (* 1/27 (sqrt (/ 1 (pow x 3))))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* y (+ (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 13.0ms | y | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) (* 1/3 y) 1/3 y (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) 1/81 (- (* (* (sqrt x) y) 1/3) 1/9)) |
| 8.0ms | x | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) (* 1/3 y) 1/3 y (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) 1/81 (- (* (* (sqrt x) y) 1/3) 1/9)) |
| 6.0ms | x | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) (* 1/3 y) 1/3 y (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) 1/81 (- (* (* (sqrt x) y) 1/3) 1/9)) |
| 5.0ms | y | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) (* 1/3 y) 1/3 y (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) 1/81 (- (* (* (sqrt x) y) 1/3) 1/9)) |
| 4.0ms | x | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ (/ y 3) (sqrt x)) (/ y 3) (* 1/3 y) 1/3 y (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) 1/81 (- (* (* (sqrt x) y) 1/3) 1/9)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 461 | 4739 |
| 0 | 502 | 3519 |
| 0 | 2311 | 3432 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)) |
#s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) |
(*.f64 #s(literal 1/3 binary64) y) |
#s(literal 1/3 binary64) |
y |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x))) |
(neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(literal 1/81 binary64) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ 1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (+ (* -1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ -1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (/ -1/81 (- (* 1/3 (* (sqrt x) y)) 1/9)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 -1/81)) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (- (* 1/9 (* x (pow y 2))) 1/81))) |
#s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) #s(hole binary64 (* 1/9 (* x (pow y 2))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (- (* 1/3 (* (sqrt x) y)) 1/9))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) x)) (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (+ (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (* -1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2))))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* 1/9 (* x (pow y 2))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* x (- (* 1/9 (pow y 2)) (* 1/81 (/ 1 x)))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* x (- (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ -1/9 (+ (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))) (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* 1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* -1 (/ (+ (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2))))) x))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* -1/9 (* x (* (pow y 2) (pow (sqrt -1) 2)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* -1 (* x (+ (* 1/9 (* (pow y 2) (pow (sqrt -1) 2))) (* 1/81 (/ 1 x))))))) |
#s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) #s(hole binary64 (* -1/9 (* x (* (pow y 2) (pow (sqrt -1) 2)))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* -1/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 (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ y 3) #s(hole binary64 (* 1/3 y))) |
#s(approx (* 1/3 y) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 1/9)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 1/9)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 -1/9)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(hole binary64 (* (pow y 2) (- (* 1/9 x) (* 1/81 (/ 1 (pow y 2))))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* y (- (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (* 1/27 (sqrt (/ 1 (pow x 3))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (* 1/27 (sqrt (/ 1 (pow x 3))))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* y (+ (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)))) (+.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (fma.f64 (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (neg.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y))) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)) |
#s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) |
(*.f64 #s(literal 1/3 binary64) y) |
(*.f64 y #s(literal 1/3 binary64)) |
#s(literal 1/3 binary64) |
y |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (/.f64 y #s(literal 3 binary64))) (neg.f64 (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
(-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
(-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64))) #s(literal 1/6561 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64))) |
(/.f64 (-.f64 (pow.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal 1/531441 binary64)) (fma.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (+.f64 #s(literal 1/6561 binary64) (*.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64))))) |
(-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) |
(*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (sqrt.f64 x) y)) #s(literal 1/3 binary64)) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 (sqrt.f64 x) y)) #s(literal 1/9 binary64)) |
(*.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(*.f64 (fabs.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (fabs.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) (*.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) |
(*.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y) |
(*.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x)) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
#s(literal 1/81 binary64) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (+.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) |
(-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* x 9) (*.f64 #s(literal 9 binary64) x)) |
#s(approx x x) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 y y) x) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) #s(literal -1/9 binary64) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 #s(literal -1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) x)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (/.f64 #s(literal -1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) #s(literal -1/81 binary64)) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (-.f64 (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64)) #s(literal 1/81 binary64))) |
#s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64))) |
#s(approx (* (* (sqrt x) y) 1/3) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1 (* x 9))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1/9 x)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) x) #s(literal -1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y))) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y)) (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y) (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal -1/9 binary64))) (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (+.f64 (fma.f64 #s(literal 1/3 binary64) (fma.f64 (sqrt.f64 x) y (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y) (sqrt.f64 (pow.f64 x #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)))) #s(literal 1/9 binary64)) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (-.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) #s(literal 1/9 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y))) x)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (+.f64 (fma.f64 #s(literal 1/3 binary64) (fma.f64 (sqrt.f64 x) y (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y) (sqrt.f64 (pow.f64 x #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)))) #s(literal 1/9 binary64))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (-.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) #s(literal 1/9 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y)))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (*.f64 (-.f64 (*.f64 (*.f64 y y) #s(literal 1/9 binary64)) (/.f64 #s(literal 1/81 binary64) x)) x)) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) (*.f64 #s(literal -1 binary64) y) (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x)) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x) #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) (*.f64 (*.f64 y y) #s(literal -1 binary64))) #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) y))) x) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x) #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (/.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) #s(literal -1/9 binary64)) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y) (neg.f64 (/.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) (*.f64 (*.f64 y y) #s(literal -1 binary64))) #s(literal -1/9 binary64))) x) #s(literal -1 binary64) (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) (*.f64 #s(literal -1 binary64) y) (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) (*.f64 #s(literal -1 binary64) y) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) (*.f64 #s(literal -1 binary64) y) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) (*.f64 (*.f64 y y) #s(literal -1 binary64))) #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) y))) x) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x)))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (*.f64 (*.f64 (*.f64 (*.f64 y y) #s(literal -1 binary64)) x) #s(literal -1/9 binary64))) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 y y) #s(literal -1 binary64)) #s(literal 1/9 binary64) (/.f64 #s(literal 1/81 binary64) x)) x))) |
#s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (*.f64 (*.f64 (*.f64 (*.f64 y y) #s(literal -1 binary64)) x) #s(literal -1/9 binary64))) |
#s(approx (* (* (sqrt x) y) 1/3) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) |
#s(approx (* 1/3 y) (*.f64 #s(literal 1/3 binary64) y)) |
#s(approx y y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(literal 1/9 binary64)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(literal 1/9 binary64)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) #s(literal -1/9 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (fma.f64 (sqrt.f64 x) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 y #s(literal -2 binary64)) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) #s(literal 0 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (-.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 x #s(literal -3 binary64))) #s(literal -1/27 binary64)) (pow.f64 y #s(literal -2 binary64)) (fma.f64 (*.f64 #s(literal -1/243 binary64) (sqrt.f64 (pow.f64 x #s(literal -5 binary64)))) (pow.f64 y #s(literal -4 binary64)) (fma.f64 (*.f64 #s(literal 1/243 binary64) (sqrt.f64 (pow.f64 x #s(literal -5 binary64)))) (pow.f64 y #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/27 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (pow.f64 y #s(literal -2 binary64)))))) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (fma.f64 (sqrt.f64 x) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (*.f64 (fma.f64 #s(literal 1/9 binary64) x (*.f64 #s(literal -1/81 binary64) (pow.f64 y #s(literal -2 binary64)))) (*.f64 y y))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (-.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (pow.f64 x #s(literal -3 binary64))) #s(literal 0 binary64)) y)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (sqrt.f64 (pow.f64 x #s(literal -3 binary64))) #s(literal -1/27 binary64) (fma.f64 (*.f64 #s(literal -1/243 binary64) (sqrt.f64 (pow.f64 x #s(literal -5 binary64)))) (pow.f64 y #s(literal -2 binary64)) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 x #s(literal -5 binary64))) (pow.f64 y #s(literal -2 binary64))) #s(literal 1/243 binary64) (*.f64 #s(literal 1/27 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64))))))) y)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
#s(approx (- (* (* (sqrt x) y) 1/3) 1/9) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y))) |
Compiled 9 221 to 1 135 computations (87.7% saved)
17 alts after pruning (12 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 202 | 6 | 208 |
| Fresh | 6 | 6 | 12 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 1 | 1 |
| Total | 209 | 17 | 226 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
| 65.1% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) | |
| ▶ | 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| ✓ | 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 71.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) | |
| ✓ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
| ▶ | 58.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
| ✓ | 58.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
| 47.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (-.f64 #s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x))) | |
| ▶ | 31.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
| 54.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) | |
| ▶ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
| 63.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) | |
| ▶ | 29.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| ✓ | 35.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
| 47.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 y y) x) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) #s(literal -1/9 binary64) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) x))) | |
| 29.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)))) |
Compiled 992 to 696 computations (29.8% saved)
| Inputs |
|---|
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
(*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
(neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x)) |
(/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) |
(*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) |
#s(literal 1/9 binary64) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ -1/9 x) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (/ (- x (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (+ (* -1 x) (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (/ x y)) (+ (* 1/9 (/ 1 y)) (* 1/3 (sqrt x)))) x))) |
#s(approx (/ 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ 1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (+ (* -1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ -1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (/ -1/81 (- (* 1/3 (* (sqrt x) y)) 1/9)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (* (sqrt x) 1/3) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) x)) (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (+ (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (* -1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2))))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ -1/9 (+ (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))) (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* 1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* -1 (/ (+ (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2))))) x))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* -1/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 (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (* (sqrt x) 1/3) #s(hole binary64 (* -1/3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ y 3) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* -1 (- 1 (* 1/9 (/ 1 x))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (- 1 (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 1/9)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 1/9)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (* 1/27 (sqrt (/ 1 (pow x 3))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (* 1/27 (sqrt (/ 1 (pow x 3))))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | y | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) x (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ -1/9 x) -1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ 1/3 (sqrt x)) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) (+ (* (* (sqrt x) 1/3) y) 1/9) (* (sqrt x) 1/3) 1/9) |
| 4.0ms | x | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) x (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ -1/9 x) -1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ 1/3 (sqrt x)) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) (+ (* (* (sqrt x) 1/3) y) 1/9) (* (sqrt x) 1/3) 1/9) |
| 4.0ms | x | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) x (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ -1/9 x) -1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ 1/3 (sqrt x)) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) (+ (* (* (sqrt x) 1/3) y) 1/9) (* (sqrt x) 1/3) 1/9) |
| 3.0ms | y | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) x (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ -1/9 x) -1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ 1/3 (sqrt x)) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) (+ (* (* (sqrt x) 1/3) y) 1/9) (* (sqrt x) 1/3) 1/9) |
| 3.0ms | y | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) 1 (/ (/ y 3) (sqrt x)) (/ y 3) y 3 (sqrt x) x (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (/ -1/9 x) -1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/ 1/3 (sqrt x)) 1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) 1/3) (* (sqrt x) y) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) (+ (* (* (sqrt x) 1/3) y) 1/9) (* (sqrt x) 1/3) 1/9) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 477 | 5255 |
| 0 | 505 | 3887 |
| 0 | 2449 | 3804 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(sqrt.f64 x) |
x |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
(*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
(neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x)) |
(/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x) |
(fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) |
(*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ -1/9 x) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (/ (- x (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (/ (+ (* -1 x) (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (/ x y)) (+ (* 1/9 (/ 1 y)) (* 1/3 (sqrt x)))) x))) |
#s(approx (/ 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ 1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (+ (* -1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ -1/81 (* x (- (* 1/3 (* (sqrt x) y)) 1/9))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (/ -1/81 (- (* 1/3 (* (sqrt x) y)) 1/9)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (* 1/9 (/ (* x (pow y 2)) (- (* 1/3 (* (sqrt x) y)) 1/9))) (* 1/81 (/ 1 (- (* 1/3 (* (sqrt x) y)) 1/9)))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (* (sqrt x) 1/3) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (- (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))) (/ 1 y)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) x)) (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ (- (+ (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y))) (* -1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2))))) (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))) x))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (* 1/3 (* (sqrt x) y)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/3 (* (sqrt x) y)) (* 1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ 1/9 (+ (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))) (+ (* 1/9 (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) (* (pow x 2) (pow y 2)))) (* 1/3 (* (sqrt x) y))))) (* -1/3 (* (sqrt (/ 1 (pow x 3))) (/ (+ (* -1/27 (* (sqrt x) (/ 1 y))) (* 1/9 x)) y)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ -1/9 (+ (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))) (* -1/27 (* (sqrt (/ 1 x)) (/ 1 y))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* 1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ (* -1 (/ (+ (* -1 (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) (* -1 (/ (+ (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (* -1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2))))) x))) x)) (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))) x)))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/3 (* (sqrt (/ 1 x)) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y))) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (- (* 1/9 (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) (* (pow y 2) (pow (sqrt -1) 2)))) (* -1/3 (* (sqrt x) (/ (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y)))) y)))) x)) (+ (* -1/9 x) (* -1/27 (* (sqrt x) (/ 1 y))))) x)) (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2))))))) |
#s(approx (* (* (sqrt x) y) 1/3) #s(hole binary64 (* -1/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 (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (* (sqrt x) 1/3) #s(hole binary64 (* -1/3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ y 3) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* -1 (- 1 (* 1/9 (/ 1 x))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (- 1 (* 1/9 (/ 1 x)))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (/ (+ (* -1 (- 1 (* 1/9 (/ 1 x)))) (* 1/3 (* (sqrt (/ 1 x)) y))) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 1/9)) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 1/9)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x))))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) #s(hole binary64 (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* y (- (+ (* -1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 4)))) (* 1/27 (* (sqrt (/ 1 (pow x 3))) (/ 1 (pow y 2))))))) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) #s(hole binary64 (* -1 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (* 1/27 (sqrt (/ 1 (pow x 3))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- (* -1 (/ (+ (* -1/27 (sqrt (/ 1 (pow x 3)))) (+ (* -1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (+ (* 1/243 (* (sqrt (/ 1 (pow x 5))) (/ 1 (pow y 2)))) (* 1/27 (sqrt (/ 1 (pow x 3))))))) y)) (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (* (sqrt x) 1/3) y) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 (neg.f64 (/.f64 y #s(literal 3 binary64))) (neg.f64 (sqrt.f64 x))) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(/.f64 (neg.f64 y) #s(literal -3 binary64)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
x |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 x)) |
#s(literal -1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
(*.f64 (neg.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y) |
(*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y)) |
(neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
(*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y) |
(*.f64 y #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
(/.f64 #s(literal -1/3 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (/.f64 #s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (neg.f64 x))) |
(/.f64 (neg.f64 #s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) x) |
(/.f64 #s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (neg.f64 x)) |
(neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x)) |
(/.f64 (neg.f64 #s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) (neg.f64 x)) |
(/.f64 #s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y)) |
(*.f64 y (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) (neg.f64 x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64))) x) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64))) (neg.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) |
(fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) |
(fma.f64 y (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) #s(literal 1/9 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
(-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (/.f64 (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (/ y 3) (sqrt x)) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx x x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (/.f64 (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ -1/9 x) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (neg.f64 (*.f64 y (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) x)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (/.f64 (-.f64 x (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 y (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) x))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (/.f64 (fma.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y (neg.f64 x)) x)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) x)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (fma.f64 (/.f64 x y) #s(literal -1 binary64) (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y))) x)) |
#s(approx (/ 1/3 (sqrt x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 y y) x) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) #s(literal -1/9 binary64) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 #s(literal -1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 y y) x)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) x)) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (/.f64 #s(literal -1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (-.f64 (/.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 y y) x)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
#s(approx (* (* (sqrt x) y) 1/3) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x)) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64))) |
#s(approx (* (sqrt x) 1/3) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1 (* x 9))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1/9 x)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (neg.f64 (fma.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (fma.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64))) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (-.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (pow.f64 y #s(literal -1 binary64)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) x) #s(literal -1 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y))) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y)) (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y) (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal -1/9 binary64))) (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64)) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (+.f64 (fma.f64 #s(literal 1/3 binary64) (fma.f64 (sqrt.f64 x) y (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y) (sqrt.f64 (pow.f64 x #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)))) #s(literal 1/9 binary64)) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (-.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) #s(literal 1/9 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y))) x)) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/9 binary64))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (+.f64 (fma.f64 #s(literal 1/3 binary64) (fma.f64 (sqrt.f64 x) y (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y) (sqrt.f64 (pow.f64 x #s(literal -3 binary64))))) (*.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)))) #s(literal 1/9 binary64))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (-.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) (pow.f64 (*.f64 y x) #s(literal 2 binary64))) #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) #s(literal 1/9 binary64)) (*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal 1/9 binary64) x)) y)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x)) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x) #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) x))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) (*.f64 (*.f64 y y) #s(literal -1 binary64))) #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) y))) x) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x) #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (/.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (pow.f64 y #s(literal -1 binary64)) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) #s(literal -1/9 binary64)) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y) (neg.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x))) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (*.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) (*.f64 (*.f64 y y) #s(literal -1 binary64))) #s(literal -1/9 binary64))) x) #s(literal -1 binary64) (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)))) x))) x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) y) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x)))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x)) (*.f64 (*.f64 y y) #s(literal -1 binary64))) #s(literal 1/9 binary64) (*.f64 #s(literal 1/3 binary64) (/.f64 (*.f64 (sqrt.f64 x) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) y))) x) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/27 binary64) (sqrt.f64 x)) (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) x))) x)))) |
#s(approx (* (* (sqrt x) y) 1/3) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (neg.f64 x) (-.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y)) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (sqrt x) 1/3) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) |
#s(approx y y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (-.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (fma.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) y (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)))) y)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(literal 1/9 binary64)) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) #s(literal 1/9 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (-.f64 (*.f64 (*.f64 (pow.f64 y #s(literal -2 binary64)) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) #s(literal 0 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (*.f64 (-.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 x #s(literal -3 binary64))) #s(literal -1/27 binary64)) (pow.f64 y #s(literal -2 binary64)) (fma.f64 (*.f64 #s(literal -1/243 binary64) (sqrt.f64 (pow.f64 x #s(literal -5 binary64)))) (pow.f64 y #s(literal -4 binary64)) (fma.f64 (*.f64 #s(literal 1/243 binary64) (sqrt.f64 (pow.f64 x #s(literal -5 binary64)))) (pow.f64 y #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/27 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64)))) (pow.f64 y #s(literal -2 binary64)))))) (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
#s(approx (neg (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y)) (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (neg.f64 y))) |
#s(approx (* (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) y) (neg.f64 (*.f64 (fma.f64 #s(literal -1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 (sqrt.f64 (pow.f64 x #s(literal -3 binary64))) #s(literal 0 binary64)) y)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (sqrt.f64 (pow.f64 x #s(literal -3 binary64))) #s(literal -1/27 binary64) (fma.f64 (*.f64 #s(literal -1/243 binary64) (sqrt.f64 (pow.f64 x #s(literal -5 binary64)))) (pow.f64 y #s(literal -2 binary64)) (fma.f64 (*.f64 (sqrt.f64 (pow.f64 x #s(literal -5 binary64))) (pow.f64 y #s(literal -2 binary64))) #s(literal 1/243 binary64) (*.f64 #s(literal 1/27 binary64) (sqrt.f64 (pow.f64 x #s(literal -3 binary64))))))) y)) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
#s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (neg.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/9 binary64) x) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (+ (* (* (sqrt x) 1/3) y) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
Compiled 7 650 to 873 computations (88.6% saved)
16 alts after pruning (7 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 174 | 2 | 176 |
| Fresh | 2 | 5 | 7 |
| Picked | 0 | 5 | 5 |
| Done | 1 | 4 | 5 |
| Total | 177 | 16 | 193 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
| ✓ | 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) | |
| ✓ | 71.7% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
| ✓ | 58.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
| 47.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (-.f64 #s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x))) | |
| ✓ | 31.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
| 31.7% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) | |
| 54.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) | |
| ✓ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
| 63.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) | |
| ✓ | 29.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| ✓ | 35.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
| 47.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 y y) x) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) #s(literal -1/9 binary64) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) x))) | |
| 29.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)))) |
Compiled 1 557 to 572 computations (63.3% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (-.f64 #s(approx (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) (*.f64 (*.f64 (*.f64 y y) x) #s(literal 1/9 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 y y) x) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) #s(literal -1/9 binary64) (/.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (+.f64 (pow.f64 y #s(literal -1 binary64)) (*.f64 #s(literal -1/9 binary64) (pow.f64 (*.f64 y x) #s(literal -1 binary64)))) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
| Outputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
3 calls:
| 12.0ms | x |
| 9.0ms | y |
| 8.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 99.7% | 1 | x |
| 99.7% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
| Outputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
3 calls:
| 8.0ms | y |
| 7.0ms | x |
| 6.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 99.7% | 1 | x |
| 99.7% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) x)) (/.f64 #s(literal 1/81 binary64) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
3 calls:
| 8.0ms | y |
| 6.0ms | x |
| 6.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.2% | 2 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 99.7% | 2 | x |
| 99.7% | 3 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) y #s(literal 1/9 binary64)) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
1 calls:
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (/ (- (* (* (* (sqrt x) y) 1/3) (* (* (sqrt x) y) 1/3)) 1/81) (- (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) y)) y))) |
| Outputs |
|---|
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
3 calls:
| 5.0ms | x |
| 4.0ms | y |
| 4.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.5% | 3 | y |
| 84.3% | 3 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 81.2% | 2 | x |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Outputs |
|---|
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
1 calls:
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 97.5% | 3 | y |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 #s(approx (+ (* (/ (- 1 (/ 1/9 x)) y) -1) (* (/ 1 (sqrt x)) 1/3)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
1 calls:
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.1% | 3 | y |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x))) |
3 calls:
| 3.0ms | y |
| 2.0ms | x |
| 2.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.6% | 1 | x |
| 63.6% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 63.6% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
3 calls:
| 1.0ms | y |
| 1.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 63.9% | 2 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 63.3% | 2 | x |
| 43.1% | 5 | y |
Compiled 16 to 16 computations (0% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
3 calls:
| 1.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 1.0ms | x |
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 35.8% | 1 | y |
| 35.8% | 1 | x |
| 35.8% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
Compiled 16 to 16 computations (0% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 1004812116167618.4 | 276049968153907040.0 |
| 4.0ms | 80× | 0 | valid |
Compiled 227 to 197 computations (13.2% saved)
ival-sqrt: 1.0ms (39.8% of total)ival-mult!: 1.0ms (39.8% of total)ival-div!: 1.0ms (39.8% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 5.0ms | 3.868912497341228e+25 | 5.530315772515693e+25 |
| 3.0ms | 48× | 0 | valid |
Compiled 167 to 140 computations (16.2% saved)
ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 7915972725.510219 | 1004812116167618.4 |
| 9.0ms | 144× | 0 | valid |
Compiled 458 to 386 computations (15.7% saved)
ival-sub!: 2.0ms (36.4% of total)ival-sqrt: 1.0ms (18.2% of total)ival-mult!: 1.0ms (18.2% of total)ival-div!: 1.0ms (18.2% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 88339.44124900576 | 7915972725.510219 |
| 8.0ms | 144× | 0 | valid |
Compiled 386 to 341 computations (11.7% saved)
ival-sub!: 1.0ms (21.9% of total)ival-sqrt: 1.0ms (21.9% of total)ival-mult!: 1.0ms (21.9% of total)ival-div!: 1.0ms (21.9% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 8.0ms | 0.0027484286102195895 | 0.00833744595809549 |
| 4.0ms | 80× | 0 | valid |
Compiled 222 to 197 computations (11.3% saved)
ival-sqrt: 1.0ms (39% of total)ival-mult!: 1.0ms (39% of total)ival-div!: 1.0ms (39% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 26.0ms | 6.860735229146955e+24 | 2.4386015477669538e+39 |
| 22.0ms | -9.32937118329232e+92 | -1.5825452408420662e+81 |
| 35.0ms | 320× | 0 | valid |
Compiled 897 to 767 computations (14.5% saved)
ival-sqrt: 13.0ms (63.2% of total)ival-mult!: 3.0ms (14.6% of total)ival-div!: 3.0ms (14.6% of total)ival-sub!: 1.0ms (4.9% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 6.860735229146955e+24 | 2.4386015477669538e+39 |
| 1.0ms | -9.32937118329232e+92 | -1.5825452408420662e+81 |
Compiled 857 to 737 computations (14% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 1.2321072595962427e+46 | 1.7497061594218182e+52 |
| 5.0ms | -9.32937118329232e+92 | -1.5825452408420662e+81 |
| 10.0ms | 176× | 0 | valid |
Compiled 1 252 to 986 computations (21.2% saved)
ival-mult!: 2.0ms (35.5% of total)ival-div!: 2.0ms (35.5% of total)ival-sub!: 1.0ms (17.8% of total)ival-sqrt: 1.0ms (17.8% of total)adjust: 0.0ms (0% of total)| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -21.943110227236204 | 0.9999999999993621 |
Compiled 17 to 17 computations (0% saved)
| 1× | fuel |
Compiled 630 to 113 computations (82.1% saved)
Compiled 1 316 to 274 computations (79.2% saved)
Loading profile data...