
Time bar (total: 1.4s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 2 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 3 |
| 66.7% | 50% | 25% | 0.1% | 0% | 25% | 0% | 4 |
| 66.7% | 50% | 25% | 0.1% | 0% | 25% | 0% | 5 |
| 80% | 50% | 12.5% | 0.1% | 0% | 37.5% | 0% | 6 |
| 80% | 50% | 12.5% | 0.1% | 0% | 37.5% | 0% | 7 |
| 88.9% | 50% | 6.2% | 0.1% | 0% | 43.7% | 0% | 8 |
| 88.9% | 50% | 6.2% | 0.1% | 0% | 43.7% | 0% | 9 |
| 94.1% | 50% | 3.1% | 0.1% | 0% | 46.8% | 0% | 10 |
| 94.1% | 50% | 3.1% | 0.1% | 0% | 46.8% | 0% | 11 |
| 97% | 50% | 1.6% | 0.1% | 0% | 48.4% | 0% | 12 |
Compiled 10 to 9 computations (10% saved)
| 552.0ms | 8 252× | 0 | valid |
| 10.0ms | 265× | 0 | invalid |
| 0.0ms | 4× | 2 | valid |
ival-sqrt: 139.0ms (48.9% of total)ival-mult!: 87.0ms (30.6% of total)ival-add!: 30.0ms (10.5% of total)ival-sub!: 27.0ms (9.5% of total)adjust: 2.0ms (0.7% of total)Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 51 |
| 1 | 81 | 49 |
| 2 | 280 | 49 |
| 3 | 671 | 48 |
| 4 | 2274 | 48 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.9% | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
(abs x)
Compiled 14 to 14 computations (0% saved)
| Inputs |
|---|
(+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
x |
(*.f64 y (sqrt.f64 x)) |
y |
(sqrt.f64 x) |
| Outputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (* (sqrt x) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (+ (* -1 x) (* (sqrt x) y))))) |
#s(approx (- 1 x) #s(hole binary64 1)) |
#s(approx (- 1 x) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* y (sqrt x)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) y) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (+ (* (sqrt (/ 1 x)) y) (/ 1 x)) 1)))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 x))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (- (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (/ 1 x)))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (* y (sqrt x)) #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 (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- 1 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- (+ 1 (* (sqrt x) y)) x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (- 1 x) y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | -inf | ((+ (- 1 x) (* y (sqrt x))) (- 1 x) 1 x (* y (sqrt x)) y (sqrt x)) |
| 1.0ms | y | @ | -inf | ((+ (- 1 x) (* y (sqrt x))) (- 1 x) 1 x (* y (sqrt x)) y (sqrt x)) |
| 1.0ms | x | @ | inf | ((+ (- 1 x) (* y (sqrt x))) (- 1 x) 1 x (* y (sqrt x)) y (sqrt x)) |
| 1.0ms | x | @ | 0 | ((+ (- 1 x) (* y (sqrt x))) (- 1 x) 1 x (* y (sqrt x)) y (sqrt x)) |
| 1.0ms | y | @ | inf | ((+ (- 1 x) (* y (sqrt x))) (- 1 x) 1 x (* y (sqrt x)) y (sqrt x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 79 | 320 |
| 0 | 83 | 317 |
| 1 | 183 | 317 |
| 1× | saturated |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
x |
(*.f64 y (sqrt.f64 x)) |
y |
(sqrt.f64 x) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (* (sqrt x) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (+ (* -1 x) (* (sqrt x) y))))) |
#s(approx (- 1 x) #s(hole binary64 1)) |
#s(approx (- 1 x) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* y (sqrt x)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) y) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (+ (* (sqrt (/ 1 x)) y) (/ 1 x)) 1)))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 x))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (- (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (/ 1 x)))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (* y (sqrt x)) #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 (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- 1 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- (+ 1 (* (sqrt x) y)) x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (- 1 x) y))))))) |
| Outputs |
|---|
(+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
(-.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
x |
(*.f64 y (sqrt.f64 x)) |
y |
(sqrt.f64 x) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
#s(approx (- 1 x) #s(literal 1 binary64)) |
#s(approx (- 1 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) x))) |
#s(approx x x) |
#s(approx (* y (sqrt x)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (- 1 x) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (- 1 x) (*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (- 1 x) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (* y (sqrt x)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
#s(approx (sqrt x) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y)) x)) |
#s(approx y y) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) x) y)))))) |
Compiled 179 to 95 computations (46.9% saved)
5 alts after pruning (4 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 17 | 4 | 21 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 17 | 5 | 22 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 99.9% | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| ▶ | 68.3% | (+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
| ▶ | 65.8% | #s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
| ▶ | 90.3% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
| ▶ | 58.4% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
Compiled 55 to 55 computations (0% saved)
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
(*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64))) |
x |
(-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
y |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
(*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y))) |
(-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)) |
(+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) |
(sqrt.f64 x) |
(/.f64 #s(literal 1 binary64) y) |
(/.f64 x y) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 1 binary64) x) |
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
#s(approx (- 1 x) #s(literal 1 binary64)) |
(*.f64 y (sqrt.f64 x)) |
| Outputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (* (sqrt x) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (+ (* -1 x) (* (sqrt x) y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (+ (* -1 x) (* (sqrt x) y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (/ (+ (* -1 x) (* (sqrt x) y)) x))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* y (+ (sqrt x) (/ 1 y))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (+ (* -1 x) (* y (+ (sqrt x) (/ 1 y)))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (+ (sqrt x) (/ 1 y)))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (+ (sqrt x) (+ (* -1 (/ x y)) (/ 1 y))))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx (- 1 x) #s(hole binary64 1)) |
#s(approx (- 1 x) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) y) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (+ (* (sqrt (/ 1 x)) y) (/ 1 x)) 1)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) y) 1))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* x (* y (- (sqrt (/ 1 x)) (/ 1 y)))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* x (+ (* y (- (sqrt (/ 1 x)) (/ 1 y))) (/ 1 x))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* x (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* x (- (+ (sqrt (/ 1 x)) (/ 1 (* x y))) (/ 1 y))))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (/ 1 (* x y)))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 x))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (- (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (/ 1 x)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* -1 (* x (* y (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y))))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* -1 (* x (- (* y (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y))) (/ 1 x)))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* -1 (* x (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y)))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* -1 (* x (- (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y)) (/ 1 (* x y))))))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (* -1 (* x (- (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 (* x y))))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (* y (sqrt x)) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- 1 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- (+ 1 (* (sqrt x) y)) x))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 -1)) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (/ (- 1 x) y))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (/ (- (+ 1 (* (sqrt x) y)) x) y))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (/ (+ 1 (* (sqrt x) y)) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* y (+ (sqrt x) (* -1 (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* y (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (- (+ (sqrt x) (/ 1 y)) (/ x y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (- 1 x) y))))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (+ 1 (* -1 x)) y))))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) x (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 y (+ (- 1 x) (* y (sqrt x))) (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (- (+ (sqrt x) (/ 1 y)) (/ x y)) (+ (sqrt x) (/ 1 y)) (sqrt x) (/ 1 y) (/ x y) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (* y (sqrt x))) |
| 3.0ms | y | @ | 0 | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) x (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 y (+ (- 1 x) (* y (sqrt x))) (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (- (+ (sqrt x) (/ 1 y)) (/ x y)) (+ (sqrt x) (/ 1 y)) (sqrt x) (/ 1 y) (/ x y) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (* y (sqrt x))) |
| 3.0ms | y | @ | -inf | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) x (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 y (+ (- 1 x) (* y (sqrt x))) (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (- (+ (sqrt x) (/ 1 y)) (/ x y)) (+ (sqrt x) (/ 1 y)) (sqrt x) (/ 1 y) (/ x y) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (* y (sqrt x))) |
| 3.0ms | x | @ | 0 | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) x (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 y (+ (- 1 x) (* y (sqrt x))) (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (- (+ (sqrt x) (/ 1 y)) (/ x y)) (+ (sqrt x) (/ 1 y)) (sqrt x) (/ 1 y) (/ x y) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (* y (sqrt x))) |
| 2.0ms | x | @ | inf | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) x (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 y (+ (- 1 x) (* y (sqrt x))) (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (- (+ (sqrt x) (/ 1 y)) (/ x y)) (+ (sqrt x) (/ 1 y)) (sqrt x) (/ 1 y) (/ x y) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (+ (- 1 x) (* y (sqrt x))) (- 1 x) (* y (sqrt x))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 180 | 1200 |
| 0 | 198 | 1185 |
| 1 | 408 | 1185 |
| 1× | saturated |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
(*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64))) |
x |
(-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
y |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
(*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y))) |
(-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)) |
(+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) |
(sqrt.f64 x) |
(/.f64 #s(literal 1 binary64) y) |
(/.f64 x y) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 1 binary64) x) |
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
#s(approx (- 1 x) #s(literal 1 binary64)) |
(*.f64 y (sqrt.f64 x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (* (sqrt x) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (+ (* -1 x) (* (sqrt x) y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (+ (* -1 x) (* (sqrt x) y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (/ (+ (* -1 x) (* (sqrt x) y)) x))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* y (+ (sqrt x) (/ 1 y))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (+ (* -1 x) (* y (+ (sqrt x) (/ 1 y)))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (+ (sqrt x) (/ 1 y)))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (+ (sqrt x) (+ (* -1 (/ x y)) (/ 1 y))))) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx (- 1 x) #s(hole binary64 1)) |
#s(approx (- 1 x) #s(hole binary64 (+ 1 (* -1 x)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) y) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (+ (* (sqrt (/ 1 x)) y) (/ 1 x)) 1)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) y) 1))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* x (* y (- (sqrt (/ 1 x)) (/ 1 y)))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* x (+ (* y (- (sqrt (/ 1 x)) (/ 1 y))) (/ 1 x))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* x (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* x (- (+ (sqrt (/ 1 x)) (/ 1 (* x y))) (/ 1 y))))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (/ 1 (* x y)))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 x))) |
#s(approx (- 1 x) #s(hole binary64 (* x (- (/ 1 x) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (- (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (/ 1 x)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* -1 (* x (* y (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y))))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* -1 (* x (- (* y (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y))) (/ 1 x)))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* -1 (* x (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y)))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (* -1 (* x (- (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y)) (/ 1 (* x y))))))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (* -1 (* x (- (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 (* x y))))))) |
#s(approx (- 1 x) #s(hole binary64 (* -1 (* x (- 1 (/ 1 x)))))) |
#s(approx (* y (sqrt x)) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- 1 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- (+ 1 (* (sqrt x) y)) x))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 -1)) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (/ (- 1 x) y))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (/ (- (+ 1 (* (sqrt x) y)) x) y))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (sqrt x) (/ 1 y)) #s(hole binary64 (/ (+ 1 (* (sqrt x) y)) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* y (+ (sqrt x) (* -1 (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* y (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) #s(hole binary64 (- (+ (sqrt x) (/ 1 y)) (/ x y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (- 1 x) y))))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt (/ 1 x))) (/ 1 y)))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (+ 1 (* -1 x)) y))))))) |
| Outputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
(*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64))) |
x |
(-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
y |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
(*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y))) |
(-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)) |
(+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) |
(sqrt.f64 x) |
(/.f64 #s(literal 1 binary64) y) |
(/.f64 x y) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 1 binary64) x) |
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
#s(approx (- 1 x) #s(literal 1 binary64)) |
(*.f64 y (sqrt.f64 x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y))) |
#s(approx x x) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)) x)) |
#s(approx (sqrt (/ 1 x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (*.f64 y (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (fma.f64 #s(literal -1 binary64) x (*.f64 y (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (+.f64 (sqrt.f64 x) (fma.f64 #s(literal -1 binary64) (/.f64 x y) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (/ x y) (/.f64 x y)) |
#s(approx (- 1 x) #s(literal 1 binary64)) |
#s(approx (- 1 x) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (*.f64 x (*.f64 y (-.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (*.f64 x (fma.f64 y (-.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1 binary64) x)))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (*.f64 x (-.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (*.f64 x (-.f64 (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 x y))) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ (sqrt x) (/ 1 y)) (*.f64 x (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (*.f64 x y))))) |
#s(approx (- 1 x) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (- 1 x) (*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
#s(approx (* (sqrt (/ 1 x)) y) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt (/ 1 x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (*.f64 y (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y))) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (+ (sqrt x) (/ 1 y)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (+ (sqrt x) (/ 1 y)) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x y)))))) |
#s(approx (- 1 x) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (* y (sqrt x)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y)) x)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)) |
#s(approx y y) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (/.f64 (-.f64 #s(literal 1 binary64) x) y)) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (/.f64 (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y)) x) y)) |
#s(approx (+ (sqrt x) (/ 1 y)) (/.f64 #s(literal 1 binary64) y)) |
#s(approx (+ (sqrt x) (/ 1 y)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y)) y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 y (-.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (- (+ (sqrt x) (/ 1 y)) (/ x y)) (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) x) y)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 x) (/.f64 x y))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1 binary64) x)) y)))))) |
Compiled 665 to 286 computations (57% saved)
8 alts after pruning (5 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 54 | 5 | 59 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 3 | 4 |
| Done | 1 | 0 | 1 |
| Total | 56 | 8 | 64 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 68.3% | (+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
| ✓ | 65.8% | #s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
| ✓ | 58.4% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
| ▶ | 28.0% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
| ▶ | 31.8% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
| ▶ | 65.9% | #s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
| ▶ | 35.5% | #s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
| ▶ | 56.7% | #s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))))) |
Compiled 207 to 207 computations (0% saved)
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)) |
#s(literal -1 binary64) |
x |
(*.f64 (sqrt.f64 x) y) |
(sqrt.f64 x) |
y |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
(*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
(*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))))) |
(*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))) |
(+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))) |
(*.f64 #s(literal -1 binary64) (/.f64 x y)) |
(/.f64 x y) |
| Outputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (* (sqrt x) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (+ (* -1 x) (* (sqrt x) y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (+ (* -1 x) (* (sqrt x) y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (/ (+ (* -1 x) (* (sqrt x) y)) x))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (+ (sqrt x) (* -1 (/ x y))))) |
#s(approx (* -1 (/ x y)) #s(hole binary64 (* -1 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) y) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (+ (* (sqrt (/ 1 x)) y) (/ 1 x)) 1)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) y) 1))) |
#s(approx (* y (+ (sqrt x) (* -1 (/ x y)))) #s(hole binary64 (* x (* y (- (sqrt (/ 1 x)) (/ 1 y)))))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (* x (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (- (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (/ 1 x)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))) |
#s(approx (* y (+ (sqrt x) (* -1 (/ x y)))) #s(hole binary64 (* -1 (* x (* y (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y))))))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (* -1 (* x (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y)))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- 1 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- (+ 1 (* (sqrt x) y)) x))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* -1 x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 -1)) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (/ (+ (* -1 x) (* (sqrt x) y)) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* y (+ (sqrt x) (* -1 (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* y (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (- 1 x) y))))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt (/ 1 x))) (/ 1 y)))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (* -1 x) (* (sqrt x) y)) -1 x (* (sqrt x) y) (sqrt x) y (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (* y (+ (sqrt x) (* -1 (/ x y)))) (+ (sqrt x) (* -1 (/ x y))) (* -1 (/ x y)) (/ x y)) |
| 2.0ms | y | @ | -inf | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (* -1 x) (* (sqrt x) y)) -1 x (* (sqrt x) y) (sqrt x) y (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (* y (+ (sqrt x) (* -1 (/ x y)))) (+ (sqrt x) (* -1 (/ x y))) (* -1 (/ x y)) (/ x y)) |
| 2.0ms | x | @ | inf | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (* -1 x) (* (sqrt x) y)) -1 x (* (sqrt x) y) (sqrt x) y (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (* y (+ (sqrt x) (* -1 (/ x y)))) (+ (sqrt x) (* -1 (/ x y))) (* -1 (/ x y)) (/ x y)) |
| 2.0ms | x | @ | 0 | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (* -1 x) (* (sqrt x) y)) -1 x (* (sqrt x) y) (sqrt x) y (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (* y (+ (sqrt x) (* -1 (/ x y)))) (+ (sqrt x) (* -1 (/ x y))) (* -1 (/ x y)) (/ x y)) |
| 2.0ms | y | @ | inf | ((+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (* -1 x) (* (sqrt x) y)) -1 x (* (sqrt x) y) (sqrt x) y (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (- (* (sqrt (/ 1 x)) y) 1) (* (sqrt (/ 1 x)) y) (sqrt (/ 1 x)) (/ 1 x) 1 (+ (- 1 x) (* y (sqrt x))) (* x (- (* (sqrt (/ 1 x)) y) 1)) (* y (+ (sqrt x) (* -1 (/ x y)))) (+ (sqrt x) (* -1 (/ x y))) (* -1 (/ x y)) (/ x y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 134 | 977 |
| 0 | 151 | 971 |
| 1 | 291 | 971 |
| 1× | saturated |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)) |
#s(literal -1 binary64) |
x |
(*.f64 (sqrt.f64 x) y) |
(sqrt.f64 x) |
y |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
(*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
(*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))))) |
(*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))) |
(+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))) |
(*.f64 #s(literal -1 binary64) (/.f64 x y)) |
(/.f64 x y) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (* (sqrt x) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (+ 1 (+ (* -1 x) (* (sqrt x) y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* (sqrt x) y))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (+ (* -1 x) (* (sqrt x) y)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt x) #s(hole binary64 (sqrt x))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* (sqrt (/ 1 x)) y))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (/ (+ (* -1 x) (* (sqrt x) y)) x))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (sqrt (/ 1 x)))) |
#s(approx (/ 1 x) #s(hole binary64 (/ 1 x))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (+ (sqrt x) (* -1 (/ x y))))) |
#s(approx (* -1 (/ x y)) #s(hole binary64 (* -1 (/ x y)))) |
#s(approx (/ x y) #s(hole binary64 (/ x y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) y) 1)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* x (- (+ (* (sqrt (/ 1 x)) y) (/ 1 x)) 1)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) y) 1))) |
#s(approx (* y (+ (sqrt x) (* -1 (/ x y)))) #s(hole binary64 (* x (* y (- (sqrt (/ 1 x)) (/ 1 y)))))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (* x (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* x (- (+ 1 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2)))) (/ 1 x)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* x (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1)))) |
#s(approx (* (sqrt x) y) #s(hole binary64 (* -1 (* (sqrt x) (* y (pow (sqrt -1) 2)))))) |
#s(approx (sqrt x) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (- (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))) 1))) |
#s(approx (* (sqrt (/ 1 x)) y) #s(hole binary64 (* (sqrt (/ 1 x)) (* y (pow (sqrt -1) 2))))) |
#s(approx (sqrt (/ 1 x)) #s(hole binary64 (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))) |
#s(approx (* y (+ (sqrt x) (* -1 (/ x y)))) #s(hole binary64 (* -1 (* x (* y (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y))))))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (* -1 (* x (+ (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)) (/ 1 y)))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- 1 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (- (+ 1 (* (sqrt x) y)) x))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* -1 x))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 -1)) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) #s(hole binary64 (/ (+ (* -1 x) (* (sqrt x) y)) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* y (- (+ (sqrt x) (/ 1 y)) (/ x y))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* y (+ (sqrt x) (* -1 (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* y (- (sqrt (/ 1 x)) (/ 1 y))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (* -1 (/ (- 1 x) y))))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt x)) (/ x y)))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(hole binary64 (* -1 (* y (+ (* -1 (sqrt (/ 1 x))) (/ 1 y)))))) |
| Outputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)) |
(+.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (sqrt.f64 x) y)) |
#s(literal -1 binary64) |
x |
(*.f64 (sqrt.f64 x) y) |
(sqrt.f64 x) |
y |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
(*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
(*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
#s(literal 1 binary64) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))))) |
(*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))) |
(+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))) |
(*.f64 #s(literal -1 binary64) (/.f64 x y)) |
(/.f64 x y) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y)) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y))) |
#s(approx x x) |
#s(approx (sqrt x) (sqrt.f64 x)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)) x)) |
#s(approx (sqrt (/ 1 x)) (sqrt.f64 (/.f64 #s(literal 1 binary64) x))) |
#s(approx (/ 1 x) (/.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))) |
#s(approx (* -1 (/ x y)) (*.f64 #s(literal -1 binary64) (/.f64 x y))) |
#s(approx (/ x y) (/.f64 x y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64))) |
#s(approx (* y (+ (sqrt x) (* -1 (/ x y)))) (*.f64 x (*.f64 y (-.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) (*.f64 x (-.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) x))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64)))) |
#s(approx (* (sqrt x) y) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) |
#s(approx (sqrt x) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 x) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
#s(approx (* (sqrt (/ 1 x)) y) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (*.f64 y (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt (/ 1 x)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
#s(approx (* y (+ (sqrt x) (* -1 (/ x y)))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 y (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) (*.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 (+.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 x) y)) x)) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx y y) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)) |
#s(approx (+ (sqrt x) (* -1 (/ x y))) (/.f64 (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)) y)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 y (-.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) x) y)))))) |
#s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 x) (/.f64 x y))))) |
#s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y))))) |
Compiled 506 to 236 computations (53.4% saved)
8 alts after pruning (0 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 46 | 0 | 46 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 3 | 3 |
| Total | 46 | 8 | 54 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 68.3% | (+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
| ✓ | 65.8% | #s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
| ✓ | 58.4% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
| ✓ | 28.0% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
| ✓ | 31.8% | #s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
| ✓ | 65.9% | #s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
| ✓ | 35.5% | #s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
| ✓ | 56.7% | #s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))))) |
Compiled 207 to 170 computations (17.9% saved)
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
(+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) x)) y) #s(literal 1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 y (+.f64 (sqrt.f64 x) (*.f64 #s(literal -1 binary64) (/.f64 x y)))))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 y (-.f64 (+.f64 (sqrt.f64 x) (/.f64 #s(literal 1 binary64) y)) (/.f64 x y)))) |
| Outputs |
|---|
(+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
3 calls:
| 3.0ms | x |
| 3.0ms | y |
| 3.0ms | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| 99.9% | 1 | x |
| 99.9% | 1 | y |
Compiled 9 to 11 computations (-22.2% saved)
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
| Outputs |
|---|
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (fma.f64 #s(literal -1 binary64) x (*.f64 (sqrt.f64 x) y)))) |
3 calls:
| 10.0ms | x |
| 2.0ms | y |
| 2.0ms | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.3% | 2 | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| 99.1% | 2 | x |
| 97.4% | 3 | y |
Compiled 9 to 11 computations (-22.2% saved)
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
| Outputs |
|---|
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
(+.f64 #s(approx (- 1 x) #s(literal 1 binary64)) (*.f64 y (sqrt.f64 x))) |
3 calls:
| 2.0ms | x |
| 2.0ms | y |
| 2.0ms | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 95.4% | 3 | y |
| 85.4% | 3 | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| 86.0% | 2 | x |
Compiled 9 to 11 computations (-22.2% saved)
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
| Outputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) #s(approx (* x (- (* (sqrt (/ 1 x)) y) 1)) (*.f64 (sqrt.f64 x) y))) |
1 calls:
| 1.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 93.9% | 3 | y |
Compiled 1 to 2 computations (-100% saved)
Total -21.9b remaining (-100.2%)
Threshold costs -21.9b (-100.2%)
| Inputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
#s(approx (+ (- 1 x) (* y (sqrt x))) (*.f64 x #s(approx (- (* (sqrt (/ 1 x)) y) 1) #s(literal -1 binary64)))) |
| Outputs |
|---|
#s(approx (+ (- 1 x) (* y (sqrt x))) (-.f64 #s(literal 1 binary64) x)) |
3 calls:
| 1.0ms | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| 1.0ms | y |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 65.8% | 1 | (+.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 y (sqrt.f64 x))) |
| 65.8% | 1 | x |
| 65.8% | 1 | y |
Compiled 9 to 11 computations (-22.2% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 2.84686211727005e-6 | 3.2223238774078844e-5 |
| 6.0ms | 96× | 0 | valid |
Compiled 173 to 186 computations (-7.5% saved)
ival-sqrt: 3.0ms (81.6% of total)ival-sub!: 0.0ms (0% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 1.0534524862236376e+69 | 3.238883942856637e+81 |
| 11.0ms | -5.260245371725837e+33 | -2.480829416935366e+23 |
| 11.0ms | 320× | 0 | valid |
Compiled 391 to 432 computations (-10.5% saved)
ival-sqrt: 2.0ms (37% of total)ival-sub!: 1.0ms (18.5% of total)ival-add!: 1.0ms (18.5% of total)ival-mult!: 1.0ms (18.5% of total)adjust: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 9.0ms | 3.238883942856637e+81 | 8.559052126421778e+84 |
| 2.0ms | -6.272293176974626e+89 | -5.064197015595858e+89 |
| 6.0ms | 160× | 0 | valid |
Compiled 271 to 292 computations (-7.7% saved)
ival-sub!: 1.0ms (36.8% of total)ival-sqrt: 1.0ms (36.8% of total)ival-mult!: 1.0ms (36.8% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)| 1× | done |
Compiled 56 to 42 computations (25% saved)
(abs x)
Compiled 251 to 223 computations (11.2% saved)
Loading profile data...