
Time bar (total: 6.1s)
| 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)
| 676.0ms | 8 256× | 0 | valid |
ival-div!: 144.0ms (40.8% of total)ival-mult!: 89.0ms (25.2% of total)ival-sqrt: 83.0ms (23.5% of total)ival-sub!: 35.0ms (9.9% of total)adjust: 2.0ms (0.6% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
| 0 | 0 | - | 0 | - | (sqrt.f64 x) |
| 0 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
| 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 |
| 87.0ms | 512× | 0 | valid |
Compiled 110 to 40 computations (63.6% saved)
ival-div!: 39.0ms (77.6% of total)ival-mult!: 5.0ms (10% of total)ival-sqrt: 4.0ms (8% of total)ival-sub!: 2.0ms (4% 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 | y | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 2.0ms | x | @ | 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 | x | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 1.0ms | y | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 90 | 427 |
| 0 | 101 | 407 |
| 0 | 373 | 401 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
y |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
y |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* x 9) (*.f64 #s(literal 9 binary64) x)) |
#s(approx x x) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1 (* x 9))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (* 3 (sqrt x)) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx y y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64))) y))) |
Compiled 965 to 167 computations (82.7% saved)
10 alts after pruning (9 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 40 | 9 | 49 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 40 | 10 | 50 |
| Status | Accuracy | Program |
|---|---|---|
| 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ▶ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| 69.2% | #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))) | |
| 94.1% | #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)) | |
| ▶ | 61.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| ▶ | 40.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))) |
| ▶ | 63.7% | #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))) |
Compiled 374 to 310 computations (17.1% 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 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
(/.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/9 x) #s(hole binary64 (/ -1/9 x))) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (- (- 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 (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/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 (* 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))))))) |
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/9 x) -1/9 (/ 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/9 x) -1/9 (/ 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/9 x) -1/9 (/ 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/9 x) -1/9 (/ 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/9 x) -1/9 (/ y (* 3 (sqrt x))) (* 3 (sqrt x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 200 | 1550 |
| 0 | 237 | 1454 |
| 0 | 783 | 1437 |
| 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 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
(/.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/9 x) #s(hole binary64 (/ -1/9 x))) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (- (- 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 (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/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 (* 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))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (neg.f64 (/.f64 y #s(literal 3 binary64))) (neg.f64 (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(/.f64 (neg.f64 y) #s(literal -3 binary64)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/9 binary64) (pow.f64 x #s(literal -1 binary64)))) |
(*.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64))) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) y) |
(*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y)) |
#s(literal -1/3 binary64) |
(*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) |
(*.f64 y (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (pow.f64 x #s(literal -1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(/.f64 (-.f64 (*.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 #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 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/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 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/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 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/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 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (- 1 (/ 1 (* x 9))) (/.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) |
(/.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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (* (/ 1 (sqrt x)) y) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y)) |
#s(approx (/ 1 (sqrt x)) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (/ -1/9 x) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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) y) 1/3) 1/9) x)) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(literal 1/9 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.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)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
Compiled 4 473 to 547 computations (87.8% saved)
15 alts after pruning (11 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 168 | 7 | 175 |
| Fresh | 0 | 4 | 4 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 170 | 15 | 185 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) | |
| ▶ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ▶ | 69.2% | #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))) |
| 94.1% | #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)) | |
| ✓ | 61.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| 40.1% | #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)))) | |
| ✓ | 40.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))) |
| ▶ | 63.6% | #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))) |
| 63.6% | #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))) | |
| 34.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) | |
| 32.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) | |
| ▶ | 30.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
Compiled 593 to 479 computations (19.2% saved)
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) |
#s(literal 1 binary64) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(pow.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
#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(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#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))) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64)) |
#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 (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)) |
(*.f64 #s(literal 1/3 binary64) y) |
#s(literal 1/3 binary64) |
#s(literal 1/9 binary64) |
| Outputs |
|---|
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ (pow x -1) 9)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ (pow x -1) 9)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (pow x -1) 9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (pow x -1) #s(hole binary64 (/ 1 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/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 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (/ (+ x (* -1/3 (* (sqrt x) y))) x))) |
#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) (* 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 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ (pow x -1) 9)) #s(hole binary64 1)) |
#s(approx (- 1 (/ (pow x -1) 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 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (* 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 (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 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ (pow x -1) 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 (* 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 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 1)) |
#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/3 y) #s(hole binary64 (* 1/3 y))) |
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ (pow x -1) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* y (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ (pow x -1) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | -inf | ((- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (pow x -1) 9)) 1 (/ (pow x -1) 9) (pow x -1) x -1 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) (* 1/3 y) 1/3 1/9) |
| 2.0ms | x | @ | 0 | ((- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (pow x -1) 9)) 1 (/ (pow x -1) 9) (pow x -1) x -1 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) (* 1/3 y) 1/3 1/9) |
| 2.0ms | y | @ | -inf | ((- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (pow x -1) 9)) 1 (/ (pow x -1) 9) (pow x -1) x -1 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) (* 1/3 y) 1/3 1/9) |
| 2.0ms | x | @ | inf | ((- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (pow x -1) 9)) 1 (/ (pow x -1) 9) (pow x -1) x -1 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) (* 1/3 y) 1/3 1/9) |
| 2.0ms | y | @ | inf | ((- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (pow x -1) 9)) 1 (/ (pow x -1) 9) (pow x -1) x -1 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) -1/3 (* (/ 1 (sqrt x)) y) (/ 1 (sqrt x)) (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (+ (* (sqrt x) (* 1/3 y)) 1/9) (* 1/3 y) 1/3 1/9) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 206 | 1628 |
| 0 | 234 | 1526 |
| 0 | 869 | 1513 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) |
#s(literal 1 binary64) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(pow.f64 x #s(literal -1 binary64)) |
x |
#s(literal -1 binary64) |
#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(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#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))) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64)) |
#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 (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)) |
(*.f64 #s(literal 1/3 binary64) y) |
#s(literal 1/3 binary64) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ (pow x -1) 9)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ (pow x -1) 9)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (pow x -1) 9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (pow x -1) #s(hole binary64 (/ 1 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/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 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (/ (+ x (* -1/3 (* (sqrt x) y))) x))) |
#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) (* 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 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ (pow x -1) 9)) #s(hole binary64 1)) |
#s(approx (- 1 (/ (pow x -1) 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 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (* 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 (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 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ (pow x -1) 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 (* 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 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 1)) |
#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/3 y) #s(hole binary64 (* 1/3 y))) |
#s(approx (- (- 1 (/ (pow x -1) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ (pow x -1) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* y (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ (pow x -1) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)))) (*.f64 (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)))) (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (fma.f64 (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) (+.f64 (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)))))) |
(-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) #s(literal -9 binary64)) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -1 binary64))) |
x |
#s(literal -1 binary64) |
#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)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)))) (+.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)))) |
(/.f64 (-.f64 (pow.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) #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 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)))))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)))))) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) y #s(literal 1 binary64)) |
(fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64))) |
(+.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(literal -1/3 binary64) |
(*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) |
(*.f64 y (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 x #s(literal -1 binary64)) #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 (pow.f64 x #s(literal -1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x) |
(fma.f64 #s(literal 1/9 binary64) (pow.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.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 #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 #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 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(*.f64 #s(literal 1/3 binary64) y) |
(*.f64 y #s(literal 1/3 binary64)) |
#s(literal 1/3 binary64) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (pow x -1) 9) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (pow x -1) (pow.f64 x #s(literal -1 binary64))) |
#s(approx x x) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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)))) (/.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 (* 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/3 (* (/ 1 (sqrt x)) y)) 1) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x)) |
#s(approx (* (/ 1 (sqrt x)) y) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y)) |
#s(approx (/ 1 (sqrt x)) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (* 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/3 (* (/ 1 (sqrt x)) y)) 1) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (sqrt x) (* 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (* 3 (sqrt x)) (*.f64 (*.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -3 binary64))) |
#s(approx (sqrt x) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal -1 binary64)))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (fma.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(literal 1 binary64)) |
#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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (+ (* (sqrt x) (* 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/3 y) (*.f64 #s(literal 1/3 binary64) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64) (pow.f64 y #s(literal -1 binary64))) y)) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y)) |
#s(approx (+ (* (sqrt x) (* 1/3 y)) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (pow.f64 y #s(literal -1 binary64))) y))) |
#s(approx (neg (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (/ (+ (* (sqrt x) (* 1/3 y)) 1/9) x) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64)) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y)) y))) |
#s(approx (+ (* (sqrt x) (* 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 4 815 to 571 computations (88.1% saved)
16 alts after pruning (8 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 179 | 3 | 182 |
| Fresh | 1 | 5 | 6 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 4 | 4 |
| Total | 181 | 16 | 197 |
| 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.5% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ▶ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| ✓ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 69.2% | #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))) |
| 94.1% | #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)) | |
| ✓ | 61.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| 40.1% | #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)))) | |
| ✓ | 40.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))) |
| ✓ | 63.6% | #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))) |
| 63.6% | #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))) | |
| ▶ | 32.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| ✓ | 30.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
| ▶ | 63.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x))) |
Compiled 546 to 432 computations (20.9% saved)
| Inputs |
|---|
(-.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))) |
#s(literal 1 binary64) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
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(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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) |
(*.f64 (sqrt.f64 x) y) |
#s(literal -1/3 binary64) |
(-.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)) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y #s(literal 3 binary64)) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64))) |
(/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64)) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(pow.f64 x #s(literal -1/2 binary64)) |
#s(literal -1/2 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 (/ 1 x) #s(hole binary64 (/ 1 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/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)) 1) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (/ (+ x (* -1/3 (* (sqrt x) y))) x))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (/ (+ x (* -1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (+ x (* -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 (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (* (pow x -1/2) (pow x -1/2)) 9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (pow x -1/2) (pow x -1/2)) #s(hole binary64 (/ 1 x))) |
#s(approx (pow x -1/2) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ (/ 1 x) 9)) #s(hole binary64 1)) |
#s(approx (- 1 (/ (/ 1 x) 9)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* x (+ 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))))) |
#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 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 1)) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 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 (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* -1 (- (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) 1)))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* -1 (* x (- (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) 1))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* 1/9 (/ (pow (sqrt -1) 2) x))) (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 (+ 1 (* 1/9 (/ (pow (sqrt -1) 2) x))))) |
#s(approx (/ (* (pow x -1/2) (pow x -1/2)) 9) #s(hole binary64 (* -1/9 (/ (pow (sqrt -1) 2) x)))) |
#s(approx (* (pow x -1/2) (pow x -1/2)) #s(hole binary64 (* -1 (/ (pow (sqrt -1) 2) x)))) |
#s(approx (pow x -1/2) #s(hole binary64 (* (sqrt (/ 1 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 (* 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 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 1)) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 1)) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 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 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* y (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* y (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* y (+ (* -1/3 (sqrt x)) (/ 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 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ x y)) (* 1/3 (sqrt x))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 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 | |
|---|---|---|---|---|
| 16.0ms | x | @ | inf | ((- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (/ 1 x) 9)) 1 (/ (/ 1 x) 9) (/ 1 x) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 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) (/ (+ (* (* (sqrt x) y) -1/3) x) x) (+ (* (* (sqrt x) y) -1/3) x) (* (sqrt x) y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x)) (/ y 3) (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ (* (pow x -1/2) (pow x -1/2)) 9) (* (pow x -1/2) (pow x -1/2)) (pow x -1/2) -1/2) |
| 5.0ms | x | @ | -inf | ((- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (/ 1 x) 9)) 1 (/ (/ 1 x) 9) (/ 1 x) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 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) (/ (+ (* (* (sqrt x) y) -1/3) x) x) (+ (* (* (sqrt x) y) -1/3) x) (* (sqrt x) y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x)) (/ y 3) (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ (* (pow x -1/2) (pow x -1/2)) 9) (* (pow x -1/2) (pow x -1/2)) (pow x -1/2) -1/2) |
| 3.0ms | x | @ | 0 | ((- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (/ 1 x) 9)) 1 (/ (/ 1 x) 9) (/ 1 x) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 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) (/ (+ (* (* (sqrt x) y) -1/3) x) x) (+ (* (* (sqrt x) y) -1/3) x) (* (sqrt x) y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x)) (/ y 3) (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ (* (pow x -1/2) (pow x -1/2)) 9) (* (pow x -1/2) (pow x -1/2)) (pow x -1/2) -1/2) |
| 2.0ms | y | @ | -inf | ((- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (/ 1 x) 9)) 1 (/ (/ 1 x) 9) (/ 1 x) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 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) (/ (+ (* (* (sqrt x) y) -1/3) x) x) (+ (* (* (sqrt x) y) -1/3) x) (* (sqrt x) y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x)) (/ y 3) (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ (* (pow x -1/2) (pow x -1/2)) 9) (* (pow x -1/2) (pow x -1/2)) (pow x -1/2) -1/2) |
| 2.0ms | y | @ | inf | ((- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (/ 1 x) 9)) 1 (/ (/ 1 x) 9) (/ 1 x) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 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) (/ (+ (* (* (sqrt x) y) -1/3) x) x) (+ (* (* (sqrt x) y) -1/3) x) (* (sqrt x) y) -1/3 (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x)) (/ y 3) (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ (* (pow x -1/2) (pow x -1/2)) 9) (* (pow x -1/2) (pow x -1/2)) (pow x -1/2) -1/2) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 232 | 2161 |
| 0 | 269 | 1968 |
| 0 | 911 | 1929 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(-.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))) |
#s(literal 1 binary64) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) x) |
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(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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) |
(*.f64 (sqrt.f64 x) y) |
#s(literal -1/3 binary64) |
(-.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)) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y #s(literal 3 binary64)) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64))) |
(/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64)) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(pow.f64 x #s(literal -1/2 binary64)) |
#s(literal -1/2 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 (/ 1 x) #s(hole binary64 (/ 1 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/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)) 1) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (/ (+ x (* -1/3 (* (sqrt x) y))) x))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (/ (+ x (* -1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (+ x (* -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 (/ (/ y 3) (sqrt x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (* (pow x -1/2) (pow x -1/2)) 9) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* (pow x -1/2) (pow x -1/2)) #s(hole binary64 (/ 1 x))) |
#s(approx (pow x -1/2) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ (/ 1 x) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ (/ 1 x) 9)) #s(hole binary64 1)) |
#s(approx (- 1 (/ (/ 1 x) 9)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* x (+ 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))))) |
#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 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 1)) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 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 (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* -1 (- (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) 1)))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* -1 (* x (- (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) 1))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* 1/9 (/ (pow (sqrt -1) 2) x))) (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) #s(hole binary64 (+ 1 (* 1/9 (/ (pow (sqrt -1) 2) x))))) |
#s(approx (/ (* (pow x -1/2) (pow x -1/2)) 9) #s(hole binary64 (* -1/9 (/ (pow (sqrt -1) 2) x)))) |
#s(approx (* (pow x -1/2) (pow x -1/2)) #s(hole binary64 (* -1 (/ (pow (sqrt -1) 2) x)))) |
#s(approx (pow x -1/2) #s(hole binary64 (* (sqrt (/ 1 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 (* 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 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 1)) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 1)) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 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 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* y (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* y (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y))))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* y (+ (* -1/3 (sqrt x)) (/ 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 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 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 (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(hole binary64 (* -1 (* y (- (* 1/3 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ x y)) (* 1/3 (sqrt x))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ (/ y 3) (sqrt x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- (- 1 (/ (* (pow x -1/2) (pow x -1/2)) 9)) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) |
#s(literal 1 binary64) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 9 binary64))) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) #s(literal -9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 (neg.f64 (pow.f64 x #s(literal -1/2 binary64))) (neg.f64 (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal -1/2 binary64))) (fabs.f64 (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
(neg.f64 (/.f64 #s(literal -1 binary64) x)) |
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))) |
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)))) #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 (/.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) 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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x)) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) x) (/.f64 x x)) |
(+.f64 (/.f64 x x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)))) (-.f64 x (*.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))) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) x)) |
(/.f64 (+.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) #s(literal 3 binary64))) (fma.f64 x x (-.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 x (*.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)) (pow.f64 x #s(literal 3 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 (*.f64 x x) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) x)))) |
(fma.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y x) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y) x) |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) |
(-.f64 x (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(+.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) x) |
(+.f64 x (*.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 #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 #s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (- 1 (/ (/ 1 x) 9)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (/.f64 y #s(literal 3 binary64))) (neg.f64 (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(/.f64 (neg.f64 y) #s(literal -3 binary64)) |
(/.f64 y #s(literal 3 binary64)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)))))) |
(-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (/.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 9 binary64))) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (pow.f64 x #s(literal -1 binary64))) #s(literal -9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64)) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 (neg.f64 (pow.f64 x #s(literal -1/2 binary64))) (neg.f64 (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (fabs.f64 (pow.f64 x #s(literal -1/2 binary64))) (fabs.f64 (pow.f64 x #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 x #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1 binary64) x) |
(neg.f64 (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 x #s(literal -1/4 binary64)) (pow.f64 x #s(literal -1/4 binary64))) |
(pow.f64 x #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -1/2 binary64))) |
#s(literal -1/2 binary64) |
#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 (/ 1 x) (pow.f64 x #s(literal -1 binary64))) |
#s(approx x x) |
#s(approx (/ (/ y 3) (sqrt x)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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)))) (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/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)) 1) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x)) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) x)) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x)) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#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 (/ (/ y 3) (sqrt x)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (/ 1 x) (pow.f64 x #s(literal -1 binary64))) |
#s(approx (pow x -1/2) (pow.f64 (sqrt.f64 x) #s(literal -1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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/3 (* (/ 1 (sqrt x)) y)) 1) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64) #s(literal 1 binary64)) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (/ (+ (* (* (sqrt x) y) -1/3) x) x) (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)) x))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64)))) |
#s(approx (- 1 (/ (/ 1 x) 9)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (/ 1 x) 9) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (/ 1 x) (pow.f64 x #s(literal -1 binary64))) |
#s(approx (pow x -1/2) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) #s(literal 1 binary64)) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) #s(literal 1 binary64)) |
#s(approx (+ (* (* (sqrt x) y) -1/3) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (/ 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) 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 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64) (pow.f64 y #s(literal -1 binary64))) y)) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) (*.f64 (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal -1/3 binary64) (pow.f64 y #s(literal -1 binary64))) y)) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (fma.f64 #s(literal -1/3 binary64) (sqrt.f64 x) (/.f64 x y)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (pow.f64 y #s(literal -1 binary64)) (fma.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1/9 binary64) x) y))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
#s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (pow.f64 y #s(literal -1 binary64))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) -1/3) x) x) (neg.f64 (*.f64 (-.f64 (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (pow.f64 y #s(literal -1 binary64))) y))) |
#s(approx (+ (* (* (sqrt x) y) -1/3) x) (neg.f64 (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (neg.f64 (/.f64 x y))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y) #s(literal -1 binary64) (*.f64 (pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) #s(literal 1/3 binary64))) y))) |
Compiled 4 755 to 565 computations (88.1% saved)
18 alts after pruning (9 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 174 | 6 | 180 |
| Fresh | 0 | 3 | 3 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 7 | 8 |
| Total | 178 | 18 | 196 |
| Status | Accuracy | Program |
|---|---|---|
| 99.5% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 2 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| ✓ | 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.5% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal -1/4 binary64)) (pow.f64 x #s(literal -1/4 binary64)))) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 69.2% | (-.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))) | |
| ✓ | 69.2% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ✓ | 69.2% | #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))) |
| 94.1% | #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)) | |
| ✓ | 61.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| 40.1% | #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)))) | |
| ✓ | 63.6% | #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))) |
| 63.6% | #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))) | |
| ✓ | 32.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| 32.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) | |
| ✓ | 30.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
| 63.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) | |
| 34.5% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
Compiled 1 026 to 474 computations (53.8% 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) 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 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (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)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.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)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 2 binary64)) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal -1/2 binary64)) (*.f64 (pow.f64 x #s(literal -1/4 binary64)) (pow.f64 x #s(literal -1/4 binary64)))) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 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:
| 10.0ms | x |
| 7.0ms | y |
| 7.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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) 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 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (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)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 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:
| 9.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 |
|---|---|---|
| 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) 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 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (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)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
3 calls:
| 4.0s | (-.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)))) |
| 5.0ms | x |
| 5.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.8% | 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.6% | 2 | x |
| 98.5% | 2 | 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) 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 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (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)) |
| 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 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.6% | 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) 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 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (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 (*.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 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
2 calls:
| 5.0ms | x |
| 4.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 94.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)))) |
| 98.8% | 2 | x |
Compiled 15 to 14 computations (6.7% 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) 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 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 #s(literal 1/3 binary64) y) #s(literal 1/9 binary64)) x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
1 calls:
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.8% | 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 #s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 #s(approx (+ (* (* (sqrt x) y) -1/3) x) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.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)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64)) x) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (+ (* -1/3 (* (/ 1 (sqrt x)) y)) 1) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) 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 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) 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)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) 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))) |
2 calls:
| 6.0ms | y |
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.7% | 3 | y |
| 82.9% | 2 | x |
Compiled 2 to 4 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
(-.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)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
1 calls:
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.7% | 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)))) (-.f64 #s(literal 1 binary64) (/.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 #s(literal -1 binary64) x) #s(literal 1/9 binary64)))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
3 calls:
| 2.0ms | x |
| 2.0ms | y |
| 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 |
|---|---|---|
| 61.1% | 1 | x |
| 61.1% | 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)))) |
| 61.1% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
3 calls:
| 1.0ms | (-.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 | y |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 60.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)))) |
| 60.3% | 2 | x |
| 36.2% | 2 | 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 | y |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 30.3% | 1 | y |
| 30.3% | 1 | x |
| 30.3% | 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× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 8.0ms | 549448429330.9851 | 1703485053605.656 |
| 4.0ms | 80× | 0 | valid |
Compiled 227 to 197 computations (13.2% saved)
ival-sqrt: 1.0ms (40.3% of total)ival-mult!: 1.0ms (40.3% of total)ival-div!: 1.0ms (40.3% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 6.65969245332346e+45 | 1.7738535134963998e+46 |
| 5.0ms | 80× | 0 | valid |
Compiled 227 to 197 computations (13.2% saved)
ival-sqrt: 2.0ms (57.7% of total)ival-mult!: 1.0ms (28.8% of total)ival-div!: 1.0ms (28.8% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 12.0ms | 2.2248857111379134e-15 | 1.6704893588896337e-11 |
| 7.0ms | 128× | 0 | valid |
Compiled 345 to 305 computations (11.6% saved)
ival-sub!: 1.0ms (25.7% of total)ival-sqrt: 1.0ms (25.7% of total)ival-mult!: 1.0ms (25.7% of total)ival-div!: 1.0ms (25.7% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 2.2248857111379134e-15 | 1.6704893588896337e-11 |
Compiled 345 to 305 computations (11.6% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 4.532211408846376e+56 | 2.552344859501465e+59 |
| 12.0ms | -1.3057361444707652e+57 | -4.4214862455340637e+52 |
| 14.0ms | 256× | 0 | valid |
Compiled 625 to 569 computations (9% saved)
ival-sqrt: 2.0ms (25.1% of total)ival-mult!: 2.0ms (25.1% of total)ival-div!: 2.0ms (25.1% of total)ival-sub!: 1.0ms (12.5% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 4.532211408846376e+56 | 2.552344859501465e+59 |
| 1.0ms | -1.3057361444707652e+57 | -4.4214862455340637e+52 |
Compiled 593 to 545 computations (8.1% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -3.4300970920363225 | 0.8265135594084779 |
Compiled 17 to 17 computations (0% saved)
| 1× | fuel |
Compiled 439 to 80 computations (81.8% saved)
Compiled 934 to 208 computations (77.7% saved)
Loading profile data...