
Time bar (total: 2.0s)
| 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)
| 573.0ms | 8 256× | 0 | valid |
ival-div!: 162.0ms (42.1% of total)ival-mult!: 102.0ms (26.5% of total)ival-sqrt: 78.0ms (20.3% of total)ival-sub!: 41.0ms (10.7% 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 |
| 64.0ms | 512× | 0 | valid |
Compiled 110 to 40 computations (63.6% saved)
ival-div!: 5.0ms (31.9% of total)ival-sqrt: 4.0ms (25.5% of total)ival-mult!: 4.0ms (25.5% of total)ival-sub!: 2.0ms (12.8% 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)) |
| 1.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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (*.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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) #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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (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 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) y))) |
Compiled 783 to 168 computations (78.5% saved)
11 alts after pruning (10 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 26 | 10 | 36 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 26 | 11 | 37 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #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))) |
| 90.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) | |
| ▶ | 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 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) y))) |
Compiled 468 to 378 computations (19.2% 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) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
(*.f64 #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 (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 (- (- 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 (/ 1 x) #s(hole binary64 (/ 1 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 (- (- 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 (- (- 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 (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 (* 3 (sqrt x)) #s(hole binary64 (* -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 (/ (+ (* (* (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 (- (- 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 (- (- 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 (- (- 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)))))))) |
#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 (- (- 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 | |
|---|---|---|---|---|
| 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) 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)))) (- 1 (/ (/ 1 x) 9)) (/ (/ 1 x) 9) (/ 1 x) (/ y (* 3 (sqrt x))) (* 3 (sqrt x))) |
| 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)))) (- 1 (/ (/ 1 x) 9)) (/ (/ 1 x) 9) (/ 1 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) 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)))) (- 1 (/ (/ 1 x) 9)) (/ (/ 1 x) 9) (/ 1 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) 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)))) (- 1 (/ (/ 1 x) 9)) (/ (/ 1 x) 9) (/ 1 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) 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)))) (- 1 (/ (/ 1 x) 9)) (/ (/ 1 x) 9) (/ 1 x) (/ y (* 3 (sqrt x))) (* 3 (sqrt x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 218 | 1859 |
| 0 | 259 | 1748 |
| 0 | 827 | 1727 |
| 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) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
(*.f64 #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 (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 (- (- 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 (/ 1 x) #s(hole binary64 (/ 1 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 (- (- 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 (- (- 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 (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 (* 3 (sqrt x)) #s(hole binary64 (* -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 (/ (+ (* (* (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 (- (- 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 (- (- 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 (- (- 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)))))))) |
#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 (- (- 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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (*.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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) #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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 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) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64)) |
(*.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 y (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
#s(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 (/.f64 #s(literal 1 binary64) x) #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) (/.f64 #s(literal 1 binary64) x) (/.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) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (*.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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) #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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -9 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
(/.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(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 (/.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 (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 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (* (/ 1 (sqrt x)) y) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
#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 (- (- 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 (/ 1 x) (/.f64 #s(literal 1 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 (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #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 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #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) 1/9) x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (+ (* (* (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) 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) 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) 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 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #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 (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 (*.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) 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) 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) 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) 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 (-.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 (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.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 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 (/.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) 1/9) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (-.f64 (*.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) 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 (- (- 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 (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (neg (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y 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 (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.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 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) y))) |
#s(approx (neg (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) 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 (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) y))) |
Compiled 3 447 to 549 computations (84.1% saved)
15 alts after pruning (15 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 116 | 14 | 130 |
| Fresh | 4 | 1 | 5 |
| Picked | 5 | 0 | 5 |
| Done | 1 | 0 | 1 |
| Total | 126 | 15 | 141 |
| 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)))) | |
| ▶ | 63.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
| 37.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) | |
| ▶ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
| 37.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) | |
| ▶ | 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))) | |
| 55.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y 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 818 to 614 computations (24.9% 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)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#s(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) y) (sqrt.f64 x)))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
#s(literal -1/3 binary64) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal 1 binary64) 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))) |
(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)) |
| 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 (* (/ 1 x) 1/9)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (* (/ 1 x) 1/9)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (* (/ 1 x) 1/9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (* -1/3 (/ (* 1 y) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (* 1 y) (sqrt x)) #s(hole binary64 (* (sqrt (/ 1 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 (- (- 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 (- 1 (* (/ 1 x) 1/9)) #s(hole binary64 1)) |
#s(approx (- 1 (* (/ 1 x) 1/9)) #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 (sqrt x) #s(hole binary64 (* -1 (* (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 (- (- 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 (* 1 y) #s(hole binary64 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 (/ (+ (* (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 (/ (+ (* (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 | |
|---|---|---|---|---|
| 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) (* 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) 1/9)) (* (/ 1 x) 1/9) (/ 1 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) -1/3 (/ (* 1 y) (sqrt x)) (* 1 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)) |
| 2.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) 1/9)) (* (/ 1 x) 1/9) (/ 1 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) -1/3 (/ (* 1 y) (sqrt x)) (* 1 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)) |
| 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) (* 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) 1/9)) (* (/ 1 x) 1/9) (/ 1 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) -1/3 (/ (* 1 y) (sqrt x)) (* 1 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)) |
| 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) (* 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) 1/9)) (* (/ 1 x) 1/9) (/ 1 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) -1/3 (/ (* 1 y) (sqrt x)) (* 1 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)) |
| 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) (* 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) 1/9)) (* (/ 1 x) 1/9) (/ 1 x) 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) -1/3 (/ (* 1 y) (sqrt x)) (* 1 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)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 196 | 1544 |
| 0 | 225 | 1423 |
| 0 | 787 | 1406 |
| 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)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
#s(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) y) (sqrt.f64 x)))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
#s(literal -1/3 binary64) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal 1 binary64) 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))) |
(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(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 (* (/ 1 x) 1/9)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (* (/ 1 x) 1/9)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (* (/ 1 x) 1/9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (* -1/3 (/ (* 1 y) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (* 1 y) (sqrt x)) #s(hole binary64 (* (sqrt (/ 1 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 (- (- 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 (- 1 (* (/ 1 x) 1/9)) #s(hole binary64 1)) |
#s(approx (- 1 (* (/ 1 x) 1/9)) #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 (sqrt x) #s(hole binary64 (* -1 (* (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 (- (- 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 (* 1 y) #s(hole binary64 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 (/ (+ (* (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 (/ (+ (* (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 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (*.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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) #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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.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 #s(literal 9 binary64) x))) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (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)) |
#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 (neg.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 1/9 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
(*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 y (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x)) |
#s(literal -1/3 binary64) |
(*.f64 #s(literal 1 binary64) (/.f64 y (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 x))) |
(/.f64 y (sqrt.f64 x)) |
y |
#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 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #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) (/.f64 #s(literal 1 binary64) x) (/.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 (*.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/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 (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))))) |
(/.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)))))) |
(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 #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(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 (- 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 x) 1/9) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (* -1/3 (/ (* 1 y) (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (/ (* 1 y) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 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) (* 1/3 y)) 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) (* 1/3 y)) 1/9) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #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 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #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 (- 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) (* 1/3 y)) 1/9) x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 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) (* 1/3 y)) 1/9) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 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) (* 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 (/.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 (neg (/ (+ (* (sqrt x) (* 1/3 y)) 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) (* 1/3 y)) 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) (* 1/3 y)) 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) (* 1/3 y)) 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) (* 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) (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 (- (- 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 (* 1 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 (* 1 y) y) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (-.f64 (*.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) (* 1/3 y)) 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 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) (*.f64 (fma.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 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.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 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) y))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) 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 3 078 to 463 computations (85% saved)
17 alts after pruning (13 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 104 | 3 | 107 |
| Fresh | 0 | 10 | 10 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 0 | 0 |
| Total | 105 | 17 | 122 |
| 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 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
| ✓ | 63.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
| 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) | |
| 37.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) | |
| ▶ | 37.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
| ✓ | 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))) | |
| ▶ | 55.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y 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 809 to 607 computations (25% 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)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal -1/3 binary64) y) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y)))) |
(neg.f64 #s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
#s(literal 1/9 binary64) |
(*.f64 y 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 (/ (/ 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 (/ (* -1/3 y) (sqrt x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* -1/3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))) x))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1/9 (* y x)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (- (- 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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* -1/3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 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 (- (- 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 (* -1/3 y) #s(hole binary64 (* -1/3 y))) |
#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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* 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)))))))) |
#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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.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)))) (/ (* -1/3 y) (sqrt x)) (* -1/3 y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 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) (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/ 1 (sqrt x)) 1/3 (/ 1/9 (* y x)) 1/9 (* y x)) |
| 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)))) (/ (* -1/3 y) (sqrt x)) (* -1/3 y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 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) (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/ 1 (sqrt x)) 1/3 (/ 1/9 (* y x)) 1/9 (* y x)) |
| 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)))) (/ (* -1/3 y) (sqrt x)) (* -1/3 y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 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) (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/ 1 (sqrt x)) 1/3 (/ 1/9 (* y x)) 1/9 (* y x)) |
| 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)))) (/ (* -1/3 y) (sqrt x)) (* -1/3 y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 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) (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/ 1 (sqrt x)) 1/3 (/ 1/9 (* y x)) 1/9 (* y x)) |
| 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)))) (/ (* -1/3 y) (sqrt x)) (* -1/3 y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (* (sqrt (/ 1 x)) y)) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 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) (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/ 1 (sqrt x)) 1/3 (/ 1/9 (* y x)) 1/9 (* y x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 200 | 1770 |
| 0 | 227 | 1616 |
| 0 | 795 | 1578 |
| 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)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal -1/3 binary64) y) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y)))) |
(neg.f64 #s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
(*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(literal 1/3 binary64) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
#s(literal 1/9 binary64) |
(*.f64 y 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 (/ (/ 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 (/ (* -1/3 y) (sqrt x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* -1/3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (/ (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))) x))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (/ (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))) x))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1/9 (* y x)) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (* y x) #s(hole binary64 (* x y))) |
#s(approx (- (- 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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (* 1/3 (sqrt (/ 1 x))))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* -1/3 (* (sqrt (/ 1 x)) y)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 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 (- (- 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 (* -1/3 y) #s(hole binary64 (* -1/3 y))) |
#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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (/ 1/9 (* x y)))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) #s(hole binary64 (/ (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* 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)))))))) |
#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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x 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 (/.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) |
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(literal -1/3 binary64) (/.f64 y (sqrt.f64 x)))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 y (sqrt.f64 x))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/3 binary64) y)) (neg.f64 (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal -1/3 binary64) y) |
(*.f64 y #s(literal -1/3 binary64)) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) |
(*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)))) |
(neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
(*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y) |
(*.f64 y (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) y)) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) y)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) y)) |
(fma.f64 y (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 y (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
(+.f64 (*.f64 y (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (*.f64 y (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) y)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)))) (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) (-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (-.f64 (*.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1/9 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(fma.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) |
(-.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 y x)))) |
(+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
(+.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
#s(literal 1/3 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) (*.f64 y x))) |
(/.f64 (/.f64 #s(literal 1/9 binary64) x) y) |
(/.f64 (/.f64 #s(literal 1/9 binary64) y) x) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 (*.f64 y x))) |
(/.f64 #s(literal 1/9 binary64) (*.f64 y x)) |
#s(literal 1/9 binary64) |
(*.f64 y x) |
(*.f64 x y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (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 #s(literal 1/3 binary64) (*.f64 (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 #s(literal 1/3 binary64) (*.f64 (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 #s(literal 1/3 binary64) (*.f64 (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 (/ (* -1/3 y) (sqrt x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (* -1/3 (* (sqrt (/ 1 x)) y)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (* (sqrt (/ 1 x)) y) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (/.f64 (fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) x)) |
#s(approx (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (/.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y) x)) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) x)) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
#s(approx (/ 1/9 (* y x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (* y x) (*.f64 y x)) |
#s(approx (- (- 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 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) 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 (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (* -1/3 (* (sqrt (/ 1 x)) y)) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (* (sqrt (/ 1 x)) y) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64))) |
#s(approx (/ 1 (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1 binary64))) |
#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 (/.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) 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) 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 (- (- 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 (* -1/3 y) (*.f64 #s(literal -1/3 binary64) y)) |
#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 (/.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) 1/9) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) |
#s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 (fma.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y (/.f64 #s(literal 1/9 binary64) x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (*.f64 (+.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.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)))) (neg.f64 (*.f64 (+.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.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 #s(literal 1/9 binary64) (*.f64 y x)) (/.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 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (* (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) y) (neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
Compiled 3 947 to 552 computations (86% saved)
18 alts after pruning (10 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 108 | 5 | 113 |
| Fresh | 3 | 5 | 8 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 4 | 4 |
| Total | 112 | 18 | 130 |
| 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 (sqrt.f64 x) #s(literal 3 binary64)))) | |
| ✓ | 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
| ✓ | 63.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
| 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) | |
| 37.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) | |
| ✓ | 37.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
| ✓ | 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))) |
| 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))) | |
| 55.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1/9 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)))) | |
| 38.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) | |
| 20.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y 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 338 to 543 computations (59.4% 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)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y 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))) |
(-.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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) 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 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
(-.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)))) (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 (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 (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))) (/ 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))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #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 #s(approx (/ (+ (* (* (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 #s(literal 1/9 binary64) (*.f64 y x))) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 y x)) #s(literal 1/9 binary64) (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#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)))) (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))) |
| 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:
| 11.0ms | y |
| 9.0ms | x |
| 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)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y 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))) |
(-.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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) 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 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
(-.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)))) (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 (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 (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))) (/ 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:
| 7.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)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y 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))) |
(-.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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) 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 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
(-.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)))) (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 (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 (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))) (/ 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:
| 41.0ms | x |
| 6.0ms | y |
| 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 |
|---|---|---|
| 96.4% | 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)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y 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))) |
(-.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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) 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 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
(-.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)))) (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 (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 (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 (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 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
1 calls:
| 6.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)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y 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))) |
(-.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 #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 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) 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 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
(-.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)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
| 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 |
| 5.0ms | y |
| 5.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 |
|---|---|---|
| 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)))) |
| 97.5% | 3 | y |
| 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)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y 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:
| 3.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)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (/.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 #s(approx (+ (* (/ 1 (sqrt x)) 1/3) (/ 1/9 (* y x))) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.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))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
1 calls:
| 3.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))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#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 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
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:
| 2.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:
| 2.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 |
|---|---|---|
| 7.0ms | 1004812116167618.4 | 276049968153907040.0 |
| 4.0ms | 80× | 0 | valid |
Compiled 227 to 197 computations (13.2% saved)
ival-sqrt: 1.0ms (42.1% of total)ival-mult!: 1.0ms (42.1% of total)ival-div!: 1.0ms (42.1% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 10.0ms | 8.102853261744937e-5 | 0.0027484286102195895 |
| 6.0ms | 112× | 0 | valid |
Compiled 304 to 269 computations (11.5% saved)
ival-sqrt: 1.0ms (30% of total)ival-mult!: 1.0ms (30% of total)ival-div!: 1.0ms (30% 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 |
|---|---|---|
| 17.0ms | 6.860735229146955e+24 | 2.4386015477669538e+39 |
| 17.0ms | -9.32937118329232e+92 | -1.5825452408420662e+81 |
| 17.0ms | 320× | 0 | valid |
Compiled 897 to 767 computations (14.5% saved)
ival-mult!: 3.0ms (31% of total)ival-div!: 3.0ms (31% of total)ival-sqrt: 2.0ms (20.7% of total)ival-sub!: 1.0ms (10.3% 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 |
|---|---|---|
| 16.0ms | 1.2321072595962427e+46 | 1.7497061594218182e+52 |
| 10.0ms | -9.32937118329232e+92 | -1.5825452408420662e+81 |
| 16.0ms | 256× | 0 | valid |
Compiled 910 to 758 computations (16.7% saved)
ival-sqrt: 2.0ms (25.8% of total)ival-mult!: 2.0ms (25.8% of total)ival-div!: 2.0ms (25.8% of total)ival-sub!: 1.0ms (12.9% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 1.2321072595962427e+46 | 1.7497061594218182e+52 |
| 1.0ms | -9.32937118329232e+92 | -1.5825452408420662e+81 |
Compiled 910 to 758 computations (16.7% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -21.943110227236204 | 0.9999999999993621 |
Compiled 17 to 17 computations (0% saved)
| 1× | fuel |
Compiled 518 to 91 computations (82.4% saved)
Compiled 1 064 to 206 computations (80.6% saved)
Loading profile data...