
Time bar (total: 2.2s)
| 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)
| 626.0ms | 8 256× | 0 | valid |
ival-div!: 125.0ms (36% of total)ival-mult!: 88.0ms (25.4% of total)ival-sub!: 71.0ms (20.5% of total)ival-sqrt: 62.0ms (17.9% of total)adjust: 1.0ms (0.3% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 1 | 0 | - | 0 | - | (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
| 0 | 0 | - | 0 | - | (sqrt.f64 x) |
| 0 | 0 | - | 0 | - | #s(literal 3 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | #s(literal 9 binary64) |
| 0 | 0 | - | 0 | - | (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
| 0 | 0 | - | 0 | - | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 x #s(literal 9 binary64)) |
| 0 | 0 | - | 0 | - | (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
| 0 | 0 | - | 0 | - | x |
| Predicted + | Predicted - | |
|---|---|---|
| + | 0 | 0 |
| - | 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 256 |
| number | freq |
|---|---|
| 0 | 256 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 0 | 0 | 0 |
| - | 0 | 0 | 1 |
| 35.0ms | 512× | 0 | valid |
Compiled 110 to 40 computations (63.6% saved)
ival-div!: 7.0ms (38.6% of total)ival-mult!: 5.0ms (27.6% of total)ival-sqrt: 4.0ms (22% of total)ival-sub!: 2.0ms (11% of total)adjust: 0.0ms (0% of total)Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 92 |
| 1 | 63 | 80 |
| 2 | 94 | 76 |
| 3 | 156 | 76 |
| 4 | 395 | 74 |
| 5 | 3594 | 74 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
Compiled 28 to 24 computations (14.3% saved)
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
y |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 3.0ms | x | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 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)) |
| 1.0ms | x | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
| 1.0ms | y | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) 1 (/ 1 (* x 9)) (* x 9) x 9 (/ y (* 3 (sqrt x))) y (* 3 (sqrt x)) 3 (sqrt x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 90 | 427 |
| 0 | 101 | 407 |
| 0 | 373 | 401 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) |
#s(literal 1 binary64) |
(/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64))) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
y |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (/ (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))) x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ -1/9 x))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ 1 (* x 9)) #s(hole binary64 (/ 1/9 x))) |
#s(approx (* x 9) #s(hole binary64 (* 9 x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y (* 3 (sqrt x))) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* 3 (sqrt x)))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1 (* x 9))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
y |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1 (* x 9))) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1 (* x 9)) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* x 9) (*.f64 #s(literal 9 binary64) x)) |
#s(approx x x) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1 (* x 9))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (* 3 (sqrt x)) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -3 binary64))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx y y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x)))) y))) |
Compiled 825 to 168 computations (79.6% saved)
12 alts after pruning (11 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 28 | 11 | 39 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 28 | 12 | 40 |
| Status | Accuracy | Program |
|---|---|---|
| 99.6% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| ▶ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
| ✓ | 99.7% | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| ▶ | 67.1% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 66.5% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) | |
| 66.4% | #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))) | |
| 95.6% | #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)) | |
| 99.6% | #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)))) | |
| ▶ | 65.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| 87.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) | |
| ▶ | 35.3% | #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.1% | #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 494 to 400 computations (19% 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 | |
|---|---|---|---|---|
| 5.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))) |
| 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 | 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 | 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))) |
| 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) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(-.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x))) |
#s(literal 1 binary64) |
(pow.f64 (*.f64 #s(literal 9 binary64) x) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 9 binary64) x))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 9 binary64) x)) |
(*.f64 #s(literal 9 binary64) x) |
(*.f64 x #s(literal 9 binary64)) |
x |
#s(literal 9 binary64) |
(/.f64 (neg.f64 (/.f64 y #s(literal 3 binary64))) (neg.f64 (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
(/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x)) |
(/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
(/.f64 (neg.f64 y) #s(literal -3 binary64)) |
(/.f64 y #s(literal 3 binary64)) |
y |
#s(literal 3 binary64) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x))) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1/9 binary64) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 #s(literal 1/9 binary64) x) (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
(-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/9 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) (neg.f64 x)) |
(/.f64 #s(literal 1/9 binary64) x) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(literal -1/3 binary64) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) |
(*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(/.f64 (-.f64 (*.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 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (- 1 (/ 1/9 x)) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ 1/9 x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (* -1/3 (* (/ 1 (sqrt x)) y)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (* (/ 1 (sqrt x)) y) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (/ -1/9 x) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1 (* x 9))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
#s(approx (- 1 (/ 1/9 x)) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal -1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) x))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ y 3) (*.f64 #s(literal 1/3 binary64) y)) |
#s(approx y y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(literal 1/9 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) y))) |
#s(approx (neg (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x)) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (neg.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
Compiled 3 517 to 532 computations (84.9% saved)
18 alts after pruning (15 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 115 | 13 | 128 |
| Fresh | 4 | 2 | 6 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 122 | 18 | 140 |
| 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)))) |
| ✓ | 67.1% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) (/.f64 #s(literal -1/9 binary64) x)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 66.5% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) | |
| ▶ | 66.5% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 66.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) | |
| ▶ | 95.6% | #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)) |
| ✓ | 65.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| 65.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) | |
| ▶ | 35.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
| 35.4% | #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)))) | |
| 35.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) | |
| ▶ | 63.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
| 63.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) | |
| 31.3% | #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))) | |
| 67.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))))) | |
| 55.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)))) | |
| 33.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) | |
| ▶ | 32.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
Compiled 834 to 664 computations (20.4% saved)
| Inputs |
|---|
#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 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(-.f64 x (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) |
(sqrt.f64 x) |
y |
#s(literal 1/3 binary64) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/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 (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ x (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx x #s(hole binary64 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 (sqrt x) #s(hole binary64 (sqrt 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 (/ 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 (sqrt x)) -1/3) y) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (/ 1 (sqrt x)) -1/3) #s(hole binary64 (* -1/3 (sqrt (/ 1 x))))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (* 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (* 1/3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/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 (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- x (+ (* (* (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 (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* x (- (* 1/9 (/ 1 x)) (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) 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/3 (sqrt x)) #s(hole binary64 (* -1/3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x 1/9))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ x (* -1/3 (* (sqrt x) y))) 1/9))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 1/9)) |
#s(approx y #s(hole binary64 y)) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 1/9)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (- (/ x y) (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- x 1/9) y)) (* -1/3 (sqrt x))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | x | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) (sqrt x) y 1/3 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* (* (/ 1 (sqrt x)) -1/3) y) (* (/ 1 (sqrt x)) -1/3) (/ 1 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (+ (* (* 1/3 (sqrt x)) y) 1/9) (* 1/3 (sqrt x))) |
| 3.0ms | x | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) (sqrt x) y 1/3 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* (* (/ 1 (sqrt x)) -1/3) y) (* (/ 1 (sqrt x)) -1/3) (/ 1 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (+ (* (* 1/3 (sqrt x)) y) 1/9) (* 1/3 (sqrt x))) |
| 2.0ms | x | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) (sqrt x) y 1/3 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* (* (/ 1 (sqrt x)) -1/3) y) (* (/ 1 (sqrt x)) -1/3) (/ 1 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (+ (* (* 1/3 (sqrt x)) y) 1/9) (* 1/3 (sqrt x))) |
| 2.0ms | y | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) (sqrt x) y 1/3 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* (* (/ 1 (sqrt x)) -1/3) y) (* (/ 1 (sqrt x)) -1/3) (/ 1 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (+ (* (* 1/3 (sqrt x)) y) 1/9) (* 1/3 (sqrt x))) |
| 2.0ms | y | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x (+ (* (* (sqrt x) y) 1/3) 1/9) (* (sqrt x) y) (sqrt x) y 1/3 1/9 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1/9 x)) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x))) (* 3 (sqrt x)) 3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* (* (/ 1 (sqrt x)) -1/3) y) (* (/ 1 (sqrt x)) -1/3) (/ 1 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (+ (* (* 1/3 (sqrt x)) y) 1/9) (* 1/3 (sqrt x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 240 | 1973 |
| 0 | 274 | 1761 |
| 0 | 1023 | 1744 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#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 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(-.f64 x (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) |
(sqrt.f64 x) |
y |
#s(literal 1/3 binary64) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
(/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x))) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) |
(*.f64 #s(literal 1/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 (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ x (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx x #s(hole binary64 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 (sqrt x) #s(hole binary64 (sqrt 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 (/ 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 (sqrt x)) -1/3) y) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (* (/ 1 (sqrt x)) -1/3) #s(hole binary64 (* -1/3 (sqrt (/ 1 x))))) |
#s(approx (/ 1 (sqrt x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (* 1/3 (sqrt x)) #s(hole binary64 (* 1/3 (sqrt x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (* 1/3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/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 (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- x (+ (* (* (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 (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* x (- (* 1/9 (/ 1 x)) (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (* 3 (sqrt x)) #s(hole binary64 (* -3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x)))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (+ (* -1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) 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/3 (sqrt x)) #s(hole binary64 (* -1/3 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x 1/9))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ x (* -1/3 (* (sqrt x) y))) 1/9))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 1/9)) |
#s(approx y #s(hole binary64 y)) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (/ -1/9 x))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (- (* -1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (/ 1/9 x))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 1/9)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* y (- (/ 1 y) (+ (* 1/3 (sqrt (/ 1 x))) (/ 1/9 (* x y))))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (- (/ x y) (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* y (+ (* 1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y))))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- x 1/9) y)) (* -1/3 (sqrt x))))))) |
#s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) #s(hole binary64 (* -1 (* y (- (* 1/9 (/ 1 (* x y))) (* -1/3 (sqrt (/ 1 x)))))))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt (/ 1 x))) (* 1/9 (/ 1 (* x y)))))))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
| 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 (neg.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)))) (neg.f64 x)) |
(/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(-.f64 (/.f64 x x) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)))) (+.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x)) #s(literal 1/81 binary64)) (+.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 1/9 binary64))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) #s(literal 3 binary64))) (fma.f64 x x (fma.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (*.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (fma.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) (+.f64 #s(literal 1/81 binary64) (*.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 1/9 binary64))))) |
(-.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 1/9 binary64)) |
(-.f64 (-.f64 x #s(literal 1/9 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) |
(+.f64 x (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) #s(literal 1/9 binary64))) |
x |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(fma.f64 y (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) #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 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
y |
#s(literal 1/3 binary64) |
#s(literal 1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
(/.f64 (-.f64 (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64))) (*.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) (+.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (pow.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (fma.f64 (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) (*.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64))))))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 (sqrt.f64 x) #s(literal 3 binary64)))) |
#s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) |
(/.f64 (/.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))) |
(*.f64 (sqrt.f64 x) #s(literal 3 binary64)) |
(*.f64 #s(literal 3 binary64) (sqrt.f64 x)) |
#s(literal 3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1/3 binary64) y)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
(*.f64 y (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
(/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 x) #s(literal -1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 x))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 x)) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) 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 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) (neg.f64 x)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) (neg.f64 x)) |
(/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(fma.f64 #s(literal 1/9 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x) (/.f64 #s(literal 1/9 binary64) x)) |
(+.f64 (/.f64 #s(literal 1/9 binary64) x) (/.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) x)) |
(/.f64 (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(/.f64 (+.f64 #s(literal 1/729 binary64) (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1/81 binary64) (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) (*.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (fma.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (-.f64 #s(literal 1/81 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))))) |
(fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) |
(fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) |
(fma.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 x) y) #s(literal 1/9 binary64)) |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(fma.f64 y (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) #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) (sqrt.f64 x)) |
(*.f64 (sqrt.f64 x) #s(literal 1/3 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (neg.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 (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (+.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x) x)) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)))) |
#s(approx x x) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 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 (sqrt x) (sqrt.f64 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 (/ y (* 3 (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (* 3 (sqrt x)) (*.f64 (sqrt.f64 x) #s(literal 3 binary64))) |
#s(approx (* (* (/ 1 (sqrt x)) -1/3) y) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (* (/ 1 (sqrt x)) -1/3) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) |
#s(approx (/ 1 (sqrt x)) (/.f64 #s(literal 1 binary64) (sqrt.f64 x))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)) x)) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) |
#s(approx (* 1/3 (sqrt x)) (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (-.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64)) x)) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64)) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (- 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 (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (neg.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (-.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y))) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y))) x)) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y)))) x))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) x))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (* 3 (sqrt x)) (*.f64 #s(literal -3 binary64) (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (neg.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (*.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) x))) |
#s(approx (* 1/3 (sqrt x)) (*.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (-.f64 (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (-.f64 x #s(literal 1/9 binary64))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64)))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(literal 1/9 binary64)) |
#s(approx y y) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (/.f64 #s(literal -1/9 binary64) x)) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (-.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (/.f64 #s(literal 1/9 binary64) x)) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) #s(literal 1/9 binary64)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)))) y)) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (*.f64 (+.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) y)) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (-.f64 (/.f64 x y) (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y))) y)) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y)) |
#s(approx (+ (* (* 1/3 (sqrt x)) 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 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 x #s(literal 1/9 binary64)) y)) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (+ (* (* 1/3 (sqrt x)) y) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
#s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y))) |
#s(approx (+ (* (* 1/3 (sqrt x)) 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 262 to 588 computations (86.2% saved)
17 alts after pruning (12 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 130 | 7 | 137 |
| Fresh | 5 | 5 | 10 |
| Picked | 2 | 3 | 5 |
| Done | 1 | 2 | 3 |
| Total | 138 | 17 | 155 |
| 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)))) |
| 66.5% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) | |
| ✓ | 66.5% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 66.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64))) | |
| ▶ | 95.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
| ▶ | 31.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x)) |
| ✓ | 65.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| 65.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) | |
| ▶ | 35.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
| 35.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) | |
| ▶ | 35.4% | #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.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
| 63.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) | |
| 55.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y)))) | |
| ▶ | 33.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| ✓ | 32.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
| 67.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (-.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1/9 binary64) x)))) |
Compiled 743 to 587 computations (21% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
(/.f64 (-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x) |
(-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
x |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(sqrt.f64 x) |
(*.f64 y #s(literal 1/3 binary64)) |
y |
#s(literal 1/3 binary64) |
#s(literal 1/9 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/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) |
(/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal 1 binary64) y) |
#s(literal 1 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x)) |
(/.f64 #s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
| 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (/ (+ x (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt 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 (sqrt x)) y) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ -1/3 (sqrt x)) #s(hole binary64 (* -1/3 (sqrt (/ 1 x))))) |
#s(approx (* -1/3 (/ (* 1 y) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (* 1 y) (sqrt x)) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ x (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (* (* (sqrt x) y) -1/3) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (- (- 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* x (- 1 (* 1/3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* x (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (* 1/3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- x (+ (* (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 (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* x (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1 (* x (- (* 1/9 (/ 1 x)) (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- x (+ (* (* (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 (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* x (- (* 1/9 (/ 1 x)) (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (* (sqrt x) y) -1/3) #s(hole binary64 (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (- 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (- x 1/9))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (- (+ x (* -1/3 (* (sqrt x) y))) 1/9))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 1/9)) |
#s(approx (* y 1/3) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* 1 y) #s(hole binary64 y)) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x 1/9))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ x (* -1/3 (* (sqrt x) y))) 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* y (- (/ x y) (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (- (/ x 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- x 1/9) y)) (* -1/3 (sqrt x))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- x 1/9) y)) (* -1/3 (sqrt x))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x (+ (* (sqrt x) (* y 1/3)) 1/9) (sqrt x) (* y 1/3) y 1/3 1/9 (- (- 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 (sqrt x)) y) (/ -1/3 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) (/ (* 1 y) (sqrt x)) (* 1 y) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) -1/3) (* (sqrt x) y)) |
| 3.0ms | y | @ | -inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x (+ (* (sqrt x) (* y 1/3)) 1/9) (sqrt x) (* y 1/3) y 1/3 1/9 (- (- 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 (sqrt x)) y) (/ -1/3 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) (/ (* 1 y) (sqrt x)) (* 1 y) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) -1/3) (* (sqrt x) y)) |
| 2.0ms | x | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x (+ (* (sqrt x) (* y 1/3)) 1/9) (sqrt x) (* y 1/3) y 1/3 1/9 (- (- 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 (sqrt x)) y) (/ -1/3 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) (/ (* 1 y) (sqrt x)) (* 1 y) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) -1/3) (* (sqrt x) y)) |
| 2.0ms | y | @ | inf | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x (+ (* (sqrt x) (* y 1/3)) 1/9) (sqrt x) (* y 1/3) y 1/3 1/9 (- (- 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 (sqrt x)) y) (/ -1/3 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) (/ (* 1 y) (sqrt x)) (* 1 y) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) -1/3) (* (sqrt x) y)) |
| 2.0ms | y | @ | 0 | ((- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x (+ (* (sqrt x) (* y 1/3)) 1/9) (sqrt x) (* y 1/3) y 1/3 1/9 (- (- 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 (sqrt x)) y) (/ -1/3 (sqrt x)) -1/3 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (* -1/3 (/ (* 1 y) (sqrt x))) (/ (* 1 y) (sqrt x)) (* 1 y) 1 (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (* (* (sqrt x) y) -1/3) (* (sqrt x) y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 223 | 1963 |
| 0 | 246 | 1799 |
| 0 | 890 | 1768 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
(/.f64 (-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x) |
(-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
x |
(fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64)) |
(sqrt.f64 x) |
(*.f64 y #s(literal 1/3 binary64)) |
y |
#s(literal 1/3 binary64) |
#s(literal 1/9 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/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
#s(literal -1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) |
(/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
(*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal 1 binary64) y) |
#s(literal 1 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x)) |
(/.f64 #s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) |
(*.f64 (sqrt.f64 x) y) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (/ (+ x (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (+ 1/9 (* 1/3 (* (sqrt x) y))))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt 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 (sqrt x)) y) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ -1/3 (sqrt x)) #s(hole binary64 (* -1/3 (sqrt (/ 1 x))))) |
#s(approx (* -1/3 (/ (* 1 y) (sqrt x))) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (* 1 y) (sqrt x)) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (/ (+ 1/9 (* 1/3 (* (sqrt x) y))) x)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (+ x (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y))))) x))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x (+ 1/9 (* 1/3 (* (sqrt x) y)))))) |
#s(approx (* (* (sqrt x) y) -1/3) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (- (- 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* x (- 1 (* 1/3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* x (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* 1/3 (* (sqrt x) y)))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* x (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 1)) |
#s(approx (- 1 (/ 1/9 x)) #s(hole binary64 (- 1 (* 1/9 (/ 1 x))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (* 1/3 (* (sqrt (/ 1 x)) y))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (* 1/3 (* (sqrt (/ 1 x)) y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (- 1 (+ (* 1/3 (* (sqrt (/ 1 x)) y)) (* 1/9 (/ 1 x))))))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- x (+ (* (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 (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* x (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1 (* x (- (* 1/9 (/ 1 x)) (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* -1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* -1 (* x (- (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (* 1/9 (/ 1 x))))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))))) |
#s(approx (/ (- x (+ (* (* (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 (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* x (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* x (- (* 1/9 (/ 1 x)) (+ 1 (* 1/3 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))))) |
#s(approx (* (* (sqrt x) y) -1/3) #s(hole binary64 (* 1/3 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (- (- 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (- x 1/9))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (- (+ x (* -1/3 (* (sqrt x) y))) 1/9))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 1/9)) |
#s(approx (* y 1/3) #s(hole binary64 (* 1/3 y))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (* 1 y) #s(hole binary64 y)) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (/ (- x 1/9) x))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (- (+ 1 (* -1/3 (* (sqrt (/ 1 x)) y))) (* 1/9 (/ 1 x))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- x 1/9))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (- (+ x (* -1/3 (* (sqrt x) y))) 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y)))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* y (- (/ x y) (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* y (+ (* 1/3 (sqrt x)) (* 1/9 (/ 1 y)))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1/3 (* (sqrt (/ 1 x)) y)))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* y (- (+ (* -1/3 (sqrt (/ 1 x))) (/ 1 y)) (/ 1/9 (* x y)))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1/3 (* (sqrt x) y)))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* y (- (/ x 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- x 1/9) y)) (* -1/3 (sqrt x))))))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(hole binary64 (* -1 (* y (- (* -1/3 (sqrt x)) (* 1/9 (/ 1 y))))))) |
#s(approx (/ (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) x) #s(hole binary64 (* -1 (* y (+ (* -1 (/ (- 1 (* 1/9 (/ 1 x))) y)) (* 1/3 (sqrt (/ 1 x)))))))) |
#s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) #s(hole binary64 (* -1 (* y (- (* -1 (/ (- x 1/9) y)) (* -1/3 (sqrt x))))))) |
| Outputs |
|---|
#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)) |
(/.f64 (neg.f64 (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) (neg.f64 x)) |
(/.f64 (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) |
(-.f64 (/.f64 x x) (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) x)) |
(/.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x)) #s(literal 1/81 binary64)) (+.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 1/9 binary64))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) (+.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 3 binary64)) #s(literal 1/729 binary64)) (fma.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) (+.f64 #s(literal 1/81 binary64) (*.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 1/9 binary64))))) |
(/.f64 (-.f64 (pow.f64 x #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) #s(literal 3 binary64))) (fma.f64 x x (fma.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)) (*.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))))) |
(-.f64 (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64) x) #s(literal 1/9 binary64)) |
(-.f64 (-.f64 x #s(literal 1/9 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
(-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) |
(+.f64 x (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) #s(literal 1/9 binary64))) |
x |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) #s(literal 1/81 binary64)) (-.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) |
(/.f64 (-.f64 #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 #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))) |
(pow.f64 x #s(literal 1/2 binary64)) |
(sqrt.f64 x) |
(*.f64 #s(literal 1/3 binary64) y) |
(*.f64 y #s(literal 1/3 binary64)) |
y |
#s(literal 1/3 binary64) |
#s(literal 1/9 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/9 x)) (/.f64 #s(literal -1/9 binary64) x)) |
(/.f64 #s(literal -1/9 binary64) x) |
(/.f64 #s(literal 1/9 binary64) (neg.f64 x)) |
#s(literal -1/9 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
(*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) |
(*.f64 #s(literal -1/3 binary64) (/.f64 y (sqrt.f64 x))) |
(*.f64 y (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x)) |
(/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) |
(/.f64 #s(literal 1/3 binary64) (neg.f64 (sqrt.f64 x))) |
#s(literal -1/3 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
(*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64)) |
(*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) |
(*.f64 #s(literal -1/3 binary64) (/.f64 y (sqrt.f64 x))) |
(*.f64 y (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) |
(/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x)) |
(*.f64 #s(literal 1 binary64) (/.f64 y (sqrt.f64 x))) |
(/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 x))) |
(/.f64 y (sqrt.f64 x)) |
y |
#s(literal 1 binary64) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x)) |
(/.f64 (neg.f64 #s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)))) (neg.f64 x)) |
(/.f64 #s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
(*.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) |
(*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 x) y)) |
(*.f64 (sqrt.f64 x) (*.f64 y #s(literal -1/3 binary64))) |
(*.f64 (sqrt.f64 x) y) |
(*.f64 y (sqrt.f64 x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (/.f64 (+.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) x)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) |
#s(approx x x) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) |
#s(approx (sqrt x) (sqrt.f64 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 y) (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (/ -1/3 (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (* -1/3 (/ (* 1 y) (sqrt x))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (/ (* 1 y) (sqrt x)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (/.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (/.f64 (+.f64 (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64))) x) x)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (neg.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) |
#s(approx (* (* (sqrt x) y) -1/3) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
#s(approx (* (sqrt x) y) (*.f64 (sqrt.f64 x) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y #s(literal 1 binary64))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) 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 (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y #s(literal 1 binary64)) x)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (-.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))) x)) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)) x)) |
#s(approx (- 1 (/ 1/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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y #s(literal 1 binary64))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) 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 (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y #s(literal 1 binary64)) x)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (-.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))) x)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (-.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64)) x)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64))) x))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal -1/3 binary64))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64)) (/.f64 #s(literal 1/9 binary64) x)) x))) |
#s(approx (sqrt x) (neg.f64 (*.f64 #s(literal -1 binary64) (sqrt.f64 x)))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (-.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64)) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64)) x)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (neg.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) x) (fma.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1 binary64)) #s(literal 1/3 binary64) #s(literal 1 binary64))) x))) |
#s(approx (* (* (sqrt x) y) -1/3) (*.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)) #s(literal 1/3 binary64))) |
#s(approx (* (sqrt x) y) (neg.f64 (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1 binary64)))) |
#s(approx (- (- 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 (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) 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 (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (-.f64 x #s(literal 1/9 binary64))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (-.f64 x (fma.f64 (*.f64 #s(literal 1/3 binary64) y) (sqrt.f64 x) #s(literal 1/9 binary64)))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) #s(literal 1/9 binary64)) |
#s(approx (* y 1/3) (*.f64 #s(literal 1/3 binary64) y)) |
#s(approx (* 1 y) y) |
#s(approx (* 1 y) y) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (/.f64 (-.f64 x #s(literal 1/9 binary64)) x)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) 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 (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (-.f64 x #s(literal 1/9 binary64))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (-.f64 x (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)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) y)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (-.f64 (/.f64 x y) (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y))) y)) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y)) y)) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (*.f64 (-.f64 (/.f64 x y) (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 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y))) y))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y))) y))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 x #s(literal 1/9 binary64)) y)) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y))) |
#s(approx (+ (* (sqrt x) (* y 1/3)) 1/9) (neg.f64 (*.f64 (-.f64 (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) (/.f64 #s(literal 1/9 binary64) y)) y))) |
#s(approx (/ (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) x) (neg.f64 (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x)) y))) y))) |
#s(approx (- x (+ (* (sqrt x) (* y 1/3)) 1/9)) (neg.f64 (*.f64 (-.f64 (neg.f64 (/.f64 (-.f64 x #s(literal 1/9 binary64)) y)) (*.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y))) |
Compiled 3 618 to 493 computations (86.4% saved)
18 alts after pruning (9 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 109 | 2 | 111 |
| Fresh | 0 | 7 | 7 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 5 | 5 |
| Total | 110 | 18 | 128 |
| 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)))) |
| 66.5% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) | |
| ✓ | 66.5% | (-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 66.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64))) | |
| ✓ | 95.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
| 35.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) | |
| ✓ | 31.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (sqrt x) y) 1/3) 1/9)) (*.f64 (*.f64 (sqrt.f64 x) y) #s(literal -1/3 binary64))) x)) |
| ✓ | 65.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| 65.6% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) | |
| 35.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) | |
| ✓ | 35.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
| 35.3% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) | |
| ✓ | 63.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
| 63.0% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 #s(approx (+ (* (* (sqrt x) y) 1/3) 1/9) (*.f64 (fma.f64 #s(literal 1/3 binary64) (sqrt.f64 x) (/.f64 #s(literal 1/9 binary64) y)) y)) x))) | |
| 55.4% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y)))) | |
| ✓ | 33.9% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| ✓ | 32.8% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
| 67.1% | #s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (-.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1/9 binary64) x)))) |
Compiled 1 286 to 504 computations (60.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)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #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))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (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)))) (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)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) 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 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (-.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1/9 binary64) 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 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (- (- 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))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y)))) |
(-.f64 (-.f64 #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)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
(-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 9 binary64))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x)))) y)) |
| 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:
| 15.0ms | x |
| 9.0ms | y |
| 8.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 99.7% | 1 | x |
| 99.7% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #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))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (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)))) (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)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) 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 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (-.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1/9 binary64) 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 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (- (- 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))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y)))) |
(-.f64 (-.f64 #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)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (*.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) (*.f64 y x))) y)))) |
| 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:
| 36.0ms | x |
| 8.0ms | y |
| 8.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 99.7% | 1 | x |
| 99.7% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #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))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (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)))) (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)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) 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 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (-.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1/9 binary64) 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 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (- (- 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))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 #s(approx (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x) (*.f64 (-.f64 (/.f64 #s(literal 1/9 binary64) (*.f64 y x)) (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x))) y)))) |
| Outputs |
|---|
#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)))) |
3 calls:
| 26.0ms | y |
| 8.0ms | x |
| 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.6% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 99.6% | 1 | x |
| 99.6% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#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) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #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))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (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)))) (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)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) 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 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (-.f64 x (fma.f64 (*.f64 (sqrt.f64 x) y) #s(literal 1/3 binary64) #s(literal 1/9 binary64))) x)) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 (/.f64 y #s(literal 3 binary64)) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (neg (/ (+ (* (* 1/3 (sqrt x)) y) 1/9) x)) (-.f64 (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y) (/.f64 #s(literal 1/9 binary64) 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 #s(approx (/ (+ (* (* (sqrt x) y) 1/3) 1/9) x) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal 1/3 binary64) (/.f64 #s(literal 1/9 binary64) x))))) |
#s(approx (- (- 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 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
3 calls:
| 10.0ms | y |
| 7.0ms | x |
| 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 |
|---|---|---|
| 98.5% | 2 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 99.7% | 2 | x |
| 98.2% | 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)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #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))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (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)))) (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)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) 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 (sqrt.f64 x) (*.f64 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 (sqrt.f64 x) (*.f64 y #s(literal 1/3 binary64)) #s(literal 1/9 binary64))) x)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64))) |
1 calls:
| 6.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)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #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))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (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)))) (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)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (*.f64 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (neg.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 x) 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 #s(literal 1/3 binary64) (sqrt.f64 x)) y #s(literal 1/9 binary64)) x))) |
(-.f64 #s(approx (- 1 (/ 1 (* x 9))) #s(literal 1 binary64)) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
1 calls:
| 6.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.7% | 2 | x |
Compiled 1 to 2 computations (-100% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #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))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 #s(literal 1 binary64) y) (sqrt.f64 x)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) #s(literal -1/3 binary64)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 #s(approx (- x (+ (* (* (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)))) (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)))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 x)) y) #s(literal -1/3 binary64) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (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 (/.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)))) |
3 calls:
| 8.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 5.0ms | x |
| 5.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.8% | 3 | y |
| 85.7% | 3 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 81.2% | 2 | x |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (fma.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
1 calls:
| 3.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.8% | 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)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (/.f64 (*.f64 #s(literal -1/3 binary64) y) (sqrt.f64 x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
1 calls:
| 3.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.6% | 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)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 y (sqrt.f64 x)) #s(literal -1/3 binary64))) |
1 calls:
| 59.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.6% | 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)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (*.f64 (/.f64 #s(literal -1/3 binary64) (sqrt.f64 x)) y)) |
1 calls:
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.6% | 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)))) (-.f64 #s(literal 1 binary64) (*.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 (/.f64 #s(literal 1 binary64) x) #s(literal 1/9 binary64)))) |
3 calls:
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.6% | 1 | x |
| 65.6% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 65.6% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/9 binary64) x))) |
3 calls:
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.6% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 65.6% | 1 | x |
| 65.6% | 1 | y |
Compiled 16 to 16 computations (0% saved)
| Inputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
| Outputs |
|---|
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) (/.f64 #s(literal -1/9 binary64) x))) |
#s(approx (- (- 1 (/ 1 (* x 9))) (/ y (* 3 (sqrt x)))) #s(approx (- 1 (/ 1/9 x)) #s(literal 1 binary64))) |
3 calls:
| 1.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 1.0ms | x |
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.2% | 2 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 64.8% | 2 | x |
| 40.7% | 3 | 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:
| 22.0ms | y |
| 1.0ms | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 32.8% | 1 | y |
| 32.8% | 1 | x |
| 32.8% | 1 | (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 9 binary64)))) (/.f64 y (*.f64 #s(literal 3 binary64) (sqrt.f64 x)))) |
Compiled 16 to 16 computations (0% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 6.0ms | 7.979638103905899e+22 | 1.3764919157538314e+23 |
| 3.0ms | 64× | 0 | valid |
Compiled 185 to 161 computations (13% saved)
ival-mult!: 1.0ms (52.6% of total)ival-div!: 1.0ms (52.6% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 2.0ms | 1.612697877800371e+35 | 1.4641080239739322e+40 |
| 1.0ms | 16× | 0 | valid |
Compiled 65 to 57 computations (12.3% saved)
ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 8.0ms | 1.0650503484700544e-6 | 1.4851686219467726e-5 |
| 5.0ms | 96× | 0 | valid |
Compiled 263 to 233 computations (11.4% saved)
ival-sqrt: 1.0ms (35% of total)ival-mult!: 1.0ms (35% of total)ival-div!: 1.0ms (35% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 1.1095709858025302e+117 | 3.555434605934184e+123 |
| 19.0ms | -7.178968174682602e+78 | -2.0372165716529625e+74 |
| 22.0ms | 272× | 0 | valid |
Compiled 663 to 595 computations (10.3% saved)
ival-div!: 3.0ms (36.4% of total)ival-sqrt: 2.0ms (24.2% of total)ival-mult!: 2.0ms (24.2% of total)ival-sub!: 1.0ms (12.1% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 1.1095709858025302e+117 | 3.555434605934184e+123 |
| 1.0ms | -7.178968174682602e+78 | -2.0372165716529625e+74 |
Compiled 756 to 654 computations (13.5% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 1.1095709858025302e+117 | 3.555434605934184e+123 |
| 11.0ms | -3.7241036716103344e+91 | -1.5174908545334273e+88 |
| 7.0ms | 128× | 0 | valid |
Compiled 748 to 646 computations (13.6% saved)
ival-sub!: 1.0ms (25.5% of total)ival-sqrt: 1.0ms (25.5% of total)ival-mult!: 1.0ms (25.5% of total)ival-div!: 1.0ms (25.5% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 1.1095709858025302e+117 | 3.555434605934184e+123 |
| 1.0ms | -3.7241036716103344e+91 | -1.5174908545334273e+88 |
Compiled 748 to 646 computations (13.6% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 1.1095709858025302e+117 | 3.555434605934184e+123 |
| 1.0ms | -3.7241036716103344e+91 | -1.5174908545334273e+88 |
Compiled 748 to 646 computations (13.6% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -268.0222613631224 | 0.998996463436159 |
Compiled 17 to 17 computations (0% saved)
| 1× | fuel |
Compiled 677 to 103 computations (84.8% saved)
Compiled 1 382 to 230 computations (83.4% saved)
Loading profile data...