
Time bar (total: 1.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 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 3 |
| 50% | 50% | 50% | 0.1% | 0% | 0% | 0% | 4 |
| 62.5% | 62.4% | 37.5% | 0.1% | 0% | 0% | 0% | 5 |
| 66.7% | 62.4% | 31.2% | 0.1% | 0% | 6.2% | 0% | 6 |
| 75% | 65.6% | 21.9% | 0.1% | 0% | 12.5% | 0% | 7 |
| 80% | 68.7% | 17.2% | 0.1% | 0% | 14% | 0% | 8 |
| 85.7% | 70.2% | 11.7% | 0.1% | 0% | 18% | 0% | 9 |
| 88.9% | 71.8% | 9% | 0.1% | 0% | 19.1% | 0% | 10 |
| 92.3% | 72.6% | 6% | 0.1% | 0% | 21.3% | 0% | 11 |
| 94.1% | 73.4% | 4.6% | 0.1% | 0% | 22% | 0% | 12 |
Compiled 8 to 7 computations (12.5% saved)
| 462.0ms | 8 256× | 0 | valid |
| 30.0ms | 347× | 0 | invalid |
ival-mult!: 136.0ms (48.3% of total)ival-sqrt: 122.0ms (43.3% of total)ival-add!: 22.0ms (7.8% of total)adjust: 1.0ms (0.4% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 38 |
| 1 | 51 | 38 |
| 2 | 149 | 38 |
| 3 | 330 | 38 |
| 4 | 865 | 38 |
| 5 | 4476 | 38 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 66.2% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
(abs x)
Compiled 10 to 10 computations (0% saved)
| Inputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
(+.f64 (*.f64 x x) y) |
(*.f64 x x) |
x |
y |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | x | @ | 0 | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | x | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* x x) x y) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 167 | 745 |
| 0 | 170 | 697 |
| 1 | 443 | 697 |
| 1× | saturated |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
(+.f64 (*.f64 x x) y) |
(*.f64 x x) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (* x x) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
| Outputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
(+.f64 (*.f64 x x) y) |
(*.f64 x x) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64)))))))))))) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (+.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (* x x) (pow.f64 x #s(literal 2 binary64))) |
#s(approx x x) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 #s(literal -1/8 binary64) (/.f64 y (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 y (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 y (pow.f64 x #s(literal 5 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))))) |
#s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 y) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) #s(literal 1 binary64))))) |
Compiled 388 to 166 computations (57.2% saved)
7 alts after pruning (6 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 24 | 6 | 30 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 24 | 7 | 31 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 66.2% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 66.2% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| ▶ | 57.5% | (sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))))) |
| ▶ | 34.9% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| 35.9% | #s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) | |
| ▶ | 68.0% | #s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
| ▶ | 1.2% | #s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
Compiled 117 to 117 computations (0% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
(+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
x |
(*.f64 #s(literal 1/2 binary64) (/.f64 y x)) |
#s(literal 1/2 binary64) |
(/.f64 y x) |
y |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal -1 binary64) x) |
#s(literal -1 binary64) |
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))))) |
#s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))) |
(+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) |
#s(literal 1 binary64) |
(/.f64 (pow.f64 x #s(literal 2 binary64)) y) |
(pow.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* 1/2 (/ y x)))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (/ (+ (* 1/2 y) (pow x 2)) x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (* -1 x) #s(hole binary64 (* -1 x))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (+ 1 (/ (pow x 2) y)))) |
#s(approx (/ (pow x 2) y) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (pow x 2) #s(hole binary64 (pow x 2))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* x (- (* -1/2 (/ y (pow x 2))) 1))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (+ y (pow x 2)) y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* y (+ (* 1/2 (/ 1 x)) (/ x y))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) x (* 1/2 (/ y x)) 1/2 (/ y x) y (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (* -1 x) -1 (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) 1 (/ (pow x 2) y) (pow x 2) 2) |
| 3.0ms | y | @ | 0 | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) x (* 1/2 (/ y x)) 1/2 (/ y x) y (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (* -1 x) -1 (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) 1 (/ (pow x 2) y) (pow x 2) 2) |
| 2.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) x (* 1/2 (/ y x)) 1/2 (/ y x) y (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (* -1 x) -1 (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) 1 (/ (pow x 2) y) (pow x 2) 2) |
| 2.0ms | x | @ | -inf | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) x (* 1/2 (/ y x)) 1/2 (/ y x) y (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (* -1 x) -1 (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) 1 (/ (pow x 2) y) (pow x 2) 2) |
| 2.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) x (* 1/2 (/ y x)) 1/2 (/ y x) y (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (* -1 x) -1 (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) 1 (/ (pow x 2) y) (pow x 2) 2) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 209 | 993 |
| 0 | 223 | 971 |
| 1 | 531 | 971 |
| 1× | saturated |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
(+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
x |
(*.f64 #s(literal 1/2 binary64) (/.f64 y x)) |
#s(literal 1/2 binary64) |
(/.f64 y x) |
y |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal -1 binary64) x) |
#s(literal -1 binary64) |
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))))) |
#s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))) |
(+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) |
#s(literal 1 binary64) |
(/.f64 (pow.f64 x #s(literal 2 binary64)) y) |
(pow.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* 1/2 (/ y x)))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (/ (+ (* 1/2 y) (pow x 2)) x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (* -1 x) #s(hole binary64 (* -1 x))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (+ 1 (/ (pow x 2) y)))) |
#s(approx (/ (pow x 2) y) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (pow x 2) #s(hole binary64 (pow x 2))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* x (- (* -1/2 (/ y (pow x 2))) 1))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (+ y (pow x 2)) y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* y (+ (* 1/2 (/ 1 x)) (/ x y))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
(+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
x |
(*.f64 #s(literal 1/2 binary64) (/.f64 y x)) |
#s(literal 1/2 binary64) |
(/.f64 y x) |
y |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal -1 binary64) x) |
#s(literal -1 binary64) |
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
(+.f64 (*.f64 x x) y) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))))) |
#s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)))) |
(*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))) |
(+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) |
#s(literal 1 binary64) |
(/.f64 (pow.f64 x #s(literal 2 binary64)) y) |
(pow.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64)))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
#s(approx (+ x (* 1/2 (/ y x))) (/.f64 (fma.f64 #s(literal 1/2 binary64) y (pow.f64 x #s(literal 2 binary64))) x)) |
#s(approx x x) |
#s(approx (/ y x) (/.f64 y x)) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (+.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (* -1 x) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(literal 1 binary64)) |
#s(approx (+ 1 (/ (pow x 2) y)) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))) |
#s(approx (/ (pow x 2) y) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) |
#s(approx (pow x 2) (pow.f64 x #s(literal 2 binary64))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 #s(literal -1/8 binary64) (/.f64 y (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 y (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 y (pow.f64 x #s(literal 5 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 y (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 x y)))) |
#s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 y) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 x y)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ (* x x) y) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) #s(literal 1 binary64))))) |
Compiled 486 to 232 computations (52.3% saved)
9 alts after pruning (4 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 35 | 3 | 38 |
| Fresh | 0 | 1 | 1 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 1 | 1 |
| Total | 36 | 9 | 45 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 66.2% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 66.2% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| ▶ | 57.5% | (sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))))) |
| ▶ | 45.4% | (sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))))) |
| ✓ | 34.9% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ▶ | 35.9% | #s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
| ✓ | 68.0% | #s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
| ✓ | 1.2% | #s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
| ▶ | 3.9% | #s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
Compiled 101 to 100 computations (1% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y x)) |
#s(literal 1/2 binary64) |
(/.f64 y x) |
y |
x |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
(+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))) |
(sqrt.f64 y) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))) |
(pow.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal 1 binary64) y) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)) |
(/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y) |
(+.f64 y (pow.f64 x #s(literal 2 binary64))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* 1/2 (/ y x)))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (/ (+ (* 1/2 y) (pow x 2)) x))) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) #s(hole binary64 (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))))) |
#s(approx (* (pow x 2) (sqrt (/ 1 y))) #s(hole binary64 (* (pow x 2) (sqrt (/ 1 y))))) |
#s(approx (pow x 2) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (+ 1 (/ (pow x 2) y)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ (pow x 2) y)) (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) #s(hole binary64 (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (/ 1 (pow x 2)) (sqrt y)))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (+ (/ 1 y) (/ 1 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* x (- (* -1/2 (/ y (pow x 2))) 1))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) #s(hole binary64 (/ (+ (sqrt (pow y 3)) (* 1/2 (* (pow x 2) (sqrt y)))) y))) |
#s(approx (sqrt (/ 1 y)) #s(hole binary64 (sqrt (/ 1 y)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (+ y (pow x 2)) y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ y (pow x 2))) y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* y (+ (* 1/2 (/ 1 x)) (/ x y))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) #s(hole binary64 (* -1 (* y (+ (* -1/2 (* (* (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) #s(hole binary64 (* 1/2 (* (* (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 y)))))) |
#s(approx (* (pow x 2) (sqrt (/ 1 y))) #s(hole binary64 (* (* (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 y))))) |
#s(approx (sqrt (/ 1 y)) #s(hole binary64 (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 11.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) (* 1/2 (/ y x)) 1/2 (/ y x) y x (sqrt (+ (* x x) y)) (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) (* (pow x 2) (sqrt (/ 1 y))) (pow x 2) 2 (sqrt (/ 1 y)) (/ 1 y) 1 (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (+ (/ 1 y) (/ 1 (pow x 2))) (/ 1 (pow x 2)) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (/ (+ y (pow x 2)) y) (+ y (pow x 2))) |
| 8.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) (* 1/2 (/ y x)) 1/2 (/ y x) y x (sqrt (+ (* x x) y)) (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) (* (pow x 2) (sqrt (/ 1 y))) (pow x 2) 2 (sqrt (/ 1 y)) (/ 1 y) 1 (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (+ (/ 1 y) (/ 1 (pow x 2))) (/ 1 (pow x 2)) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (/ (+ y (pow x 2)) y) (+ y (pow x 2))) |
| 3.0ms | x | @ | 0 | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) (* 1/2 (/ y x)) 1/2 (/ y x) y x (sqrt (+ (* x x) y)) (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) (* (pow x 2) (sqrt (/ 1 y))) (pow x 2) 2 (sqrt (/ 1 y)) (/ 1 y) 1 (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (+ (/ 1 y) (/ 1 (pow x 2))) (/ 1 (pow x 2)) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (/ (+ y (pow x 2)) y) (+ y (pow x 2))) |
| 3.0ms | y | @ | 0 | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) (* 1/2 (/ y x)) 1/2 (/ y x) y x (sqrt (+ (* x x) y)) (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) (* (pow x 2) (sqrt (/ 1 y))) (pow x 2) 2 (sqrt (/ 1 y)) (/ 1 y) 1 (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (+ (/ 1 y) (/ 1 (pow x 2))) (/ 1 (pow x 2)) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (/ (+ y (pow x 2)) y) (+ y (pow x 2))) |
| 3.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (+ x (* 1/2 (/ y x))) (* 1/2 (/ y x)) 1/2 (/ y x) y x (sqrt (+ (* x x) y)) (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) (* (pow x 2) (sqrt (/ 1 y))) (pow x 2) 2 (sqrt (/ 1 y)) (/ 1 y) 1 (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (+ (/ 1 y) (/ 1 (pow x 2))) (/ 1 (pow x 2)) (sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) (+ 1 (/ (pow x 2) y)) (/ (+ y (pow x 2)) y) (+ y (pow x 2))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 251 | 1535 |
| 0 | 282 | 1479 |
| 1 | 628 | 1479 |
| 1× | saturated |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y x)) |
#s(literal 1/2 binary64) |
(/.f64 y x) |
y |
x |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
(+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))) |
(sqrt.f64 y) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))) |
(pow.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal 1 binary64) y) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)) |
(/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y) |
(+.f64 y (pow.f64 x #s(literal 2 binary64))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* 1/2 (/ y x)))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (/ (+ (* 1/2 y) (pow x 2)) x))) |
#s(approx (/ y x) #s(hole binary64 (/ y x))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) #s(hole binary64 (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))))) |
#s(approx (* (pow x 2) (sqrt (/ 1 y))) #s(hole binary64 (* (pow x 2) (sqrt (/ 1 y))))) |
#s(approx (pow x 2) #s(hole binary64 (pow x 2))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (+ 1 (/ (pow x 2) y)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ (pow x 2) y)) (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) #s(hole binary64 (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (/ 1 (pow x 2)) (sqrt y)))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (+ (/ 1 y) (/ 1 (pow x 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* x (- (* -1/2 (/ y (pow x 2))) 1))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) #s(hole binary64 (/ (+ (sqrt (pow y 3)) (* 1/2 (* (pow x 2) (sqrt y)))) y))) |
#s(approx (sqrt (/ 1 y)) #s(hole binary64 (sqrt (/ 1 y)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (+ y (pow x 2)) y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ y (pow x 2))) y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* y (+ (* 1/2 (/ 1 x)) (/ x y))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x))))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) #s(hole binary64 (* -1 (* y (+ (* -1/2 (* (* (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) #s(hole binary64 (* 1/2 (* (* (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 y)))))) |
#s(approx (* (pow x 2) (sqrt (/ 1 y))) #s(hole binary64 (* (* (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 y))))) |
#s(approx (sqrt (/ 1 y)) #s(hole binary64 (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 y x)) |
#s(literal 1/2 binary64) |
(/.f64 y x) |
y |
x |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
(+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))) |
(sqrt.f64 y) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))) |
(pow.f64 x #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(sqrt.f64 (/.f64 #s(literal 1 binary64) y)) |
(/.f64 #s(literal 1 binary64) y) |
#s(literal 1 binary64) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)) |
(/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y) |
(+.f64 y (pow.f64 x #s(literal 2 binary64))) |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64)))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x))) |
#s(approx (+ x (* 1/2 (/ y x))) (/.f64 (fma.f64 #s(literal 1/2 binary64) y (pow.f64 x #s(literal 2 binary64))) x)) |
#s(approx (/ y x) (/.f64 y x)) |
#s(approx x x) |
#s(approx (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (* (pow x 2) (sqrt (/ 1 y))) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (pow x 2) (pow.f64 x #s(literal 2 binary64))) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (+.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(literal 1 binary64)) |
#s(approx (+ 1 (/ (pow x 2) y)) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))) (sqrt.f64 y))))) |
#s(approx (+ (* x x) y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 #s(literal 1 binary64) y)) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 #s(literal -1/8 binary64) (/.f64 y (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 y (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 y (pow.f64 x #s(literal 5 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (/.f64 (+.f64 (sqrt.f64 (pow.f64 y #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 y)))) y)) |
#s(approx (sqrt (/ 1 y)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 y (fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x) (/.f64 x y)))) |
#s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 y) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 x y)) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 x #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
#s(approx (* 1/2 (* (pow x 2) (sqrt (/ 1 y)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (pow.f64 x #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))) |
#s(approx (* (pow x 2) (sqrt (/ 1 y))) (*.f64 (*.f64 (pow.f64 x #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))) |
#s(approx (sqrt (/ 1 y)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) |
#s(approx (+ (* x x) y) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) #s(literal 1 binary64))))) |
Compiled 708 to 323 computations (54.4% saved)
9 alts after pruning (1 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 50 | 1 | 51 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 3 | 4 |
| Done | 0 | 5 | 5 |
| Total | 51 | 9 | 60 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 66.2% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 66.2% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| ✓ | 57.5% | (sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))))) |
| ▶ | 39.0% | (sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))))) |
| ✓ | 34.9% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ✓ | 35.9% | #s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
| ✓ | 68.0% | #s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
| ✓ | 1.2% | #s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
| ✓ | 3.9% | #s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
Compiled 106 to 104 computations (1.9% saved)
| Inputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)))))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))) |
y |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))) |
(pow.f64 x #s(literal 2 binary64)) |
x |
#s(literal 2 binary64) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y) |
(+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(literal 1 binary64) |
(/.f64 y (pow.f64 x #s(literal 2 binary64))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (+ 1 (/ (pow x 2) y)))) |
#s(approx (pow x 2) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ (pow x 2) y)) (pow x 2)))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (/ (+ y (pow x 2)) (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (+ (/ 1 y) (/ 1 (pow x 2))))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (+ 1 (/ y (pow x 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (+ y (pow x 2)) y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ y (pow x 2))) y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (* y (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | x | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) y (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (pow x 2) x 2 (+ (/ 1 y) (/ 1 (pow x 2))) (/ (+ 1 (/ y (pow x 2))) y) (+ 1 (/ y (pow x 2))) 1 (/ y (pow x 2))) |
| 2.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) y (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (pow x 2) x 2 (+ (/ 1 y) (/ 1 (pow x 2))) (/ (+ 1 (/ y (pow x 2))) y) (+ 1 (/ y (pow x 2))) 1 (/ y (pow x 2))) |
| 2.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) y (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (pow x 2) x 2 (+ (/ 1 y) (/ 1 (pow x 2))) (/ (+ 1 (/ y (pow x 2))) y) (+ 1 (/ y (pow x 2))) 1 (/ y (pow x 2))) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) y (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (pow x 2) x 2 (+ (/ 1 y) (/ 1 (pow x 2))) (/ (+ 1 (/ y (pow x 2))) y) (+ 1 (/ y (pow x 2))) 1 (/ y (pow x 2))) |
| 1.0ms | x | @ | 0 | ((sqrt (+ (* x x) y)) (+ (* x x) y) (* y (+ 1 (/ (pow x 2) y))) y (+ 1 (/ (pow x 2) y)) (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))) (pow x 2) x 2 (+ (/ 1 y) (/ 1 (pow x 2))) (/ (+ 1 (/ y (pow x 2))) y) (+ 1 (/ y (pow x 2))) 1 (/ y (pow x 2))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 196 | 1166 |
| 0 | 207 | 1118 |
| 1 | 498 | 1118 |
| 1× | saturated |
| 1× | iter-limit |
| 1× | unsound |
| 1× | iter-limit |
| Inputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)))))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))) |
y |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))) |
(pow.f64 x #s(literal 2 binary64)) |
x |
#s(literal 2 binary64) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y) |
(+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(literal 1 binary64) |
(/.f64 y (pow.f64 x #s(literal 2 binary64))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* (pow x 2) (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* 1/2 (sqrt (/ 1 y))) (* (pow x 2) (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* (pow x 2) (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 1)) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (+ 1 (/ (pow x 2) y)))) |
#s(approx (pow x 2) #s(hole binary64 (pow x 2))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 (pow x 2)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ (pow x 2) y)) (pow x 2)))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (/ y (pow x 2)))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (/ (+ y (pow x 2)) (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (* 1/2 (/ y (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* (pow x 2) (+ 1 (/ y (pow x 2)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (pow x 2) y))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (* (pow x 2) (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ 1 y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (+ (/ 1 y) (/ 1 (pow x 2))))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (+ 1 (/ y (pow x 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 x))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (* 1/2 (/ y (pow x 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (* 1/2 (/ y (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* x (+ 1 (+ (* -1/8 (/ (pow y 2) (pow x 4))) (+ (* 1/16 (/ (pow y 3) (pow x 6))) (* 1/2 (/ y (pow x 2)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* 1/2 (/ y x))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* -1/8 (/ y (pow x 3))) (* 1/2 (/ 1 x))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ x (* y (+ (* y (- (* 1/16 (/ y (pow x 5))) (* 1/8 (/ 1 (pow x 3))))) (* 1/2 (/ 1 x))))))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(hole binary64 (/ (+ y (pow x 2)) y))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) #s(hole binary64 (/ (+ 1 (/ y (pow x 2))) y))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 4) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 6) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (+ 1 (/ y (pow x 2))) #s(hole binary64 (* y (+ (/ 1 y) (/ 1 (pow x 2)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 4) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 6) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* (pow x 2) (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
| Outputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))))) |
#s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)))))) |
(*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))) |
y |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)))) |
(*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))) |
(pow.f64 x #s(literal 2 binary64)) |
x |
#s(literal 2 binary64) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y) |
(+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(literal 1 binary64) |
(/.f64 y (pow.f64 x #s(literal 2 binary64))) |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y))))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (fma.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))) (*.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64)))))))))))) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (+.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (+ 1 (/ (pow x 2) y)) #s(literal 1 binary64)) |
#s(approx (+ 1 (/ (pow x 2) y)) (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))) |
#s(approx (pow x 2) (pow.f64 x #s(literal 2 binary64))) |
#s(approx x x) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (+ 1 (/ y (pow x 2))) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (+ 1 (/ y (pow x 2))) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) (pow.f64 x #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) |
#s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 #s(literal 1 binary64) y)) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))) |
#s(approx (+ 1 (/ y (pow x 2))) (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 y #s(literal 2 binary64)) (pow.f64 x #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 y #s(literal 3 binary64)) (pow.f64 x #s(literal 6 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))))))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 #s(literal -1/8 binary64) (/.f64 y (pow.f64 x #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 y (fma.f64 y (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 y (pow.f64 x #s(literal 5 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)))))) |
#s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y)) |
#s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64)))))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 x #s(literal 4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))))))))) |
#s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)))) |
#s(approx (+ 1 (/ y (pow x 2))) (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 (sqrt.f64 y) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) (*.f64 y (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 5 binary64))))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 7 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) y)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))))) |
#s(approx (+ (* x x) y) (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y)) #s(literal 1 binary64))))) |
Compiled 536 to 254 computations (52.6% saved)
9 alts after pruning (0 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 36 | 0 | 36 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 8 | 8 |
| Total | 36 | 9 | 45 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 66.2% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 66.2% | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| ✓ | 57.5% | (sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))))) |
| ✓ | 39.0% | (sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))))) |
| ✓ | 34.9% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ✓ | 35.9% | #s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
| ✓ | 68.0% | #s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
| ✓ | 1.2% | #s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
| ✓ | 3.9% | #s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
Compiled 199 to 175 computations (12.1% saved)
| Inputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
(sqrt.f64 (fma.f64 x x y)) |
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (/.f64 (+.f64 y (pow.f64 x #s(literal 2 binary64))) y))))) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y (+.f64 #s(literal 1 binary64) (/.f64 (pow.f64 x #s(literal 2 binary64)) y))))) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 (sqrt.f64 y) (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 2 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) y)))))) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) #s(approx (+ (/ 1 y) (/ 1 (pow x 2))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 y (pow.f64 x #s(literal 2 binary64)))) y))))))) |
(sqrt.f64 #s(approx (+ (* x x) y) (*.f64 y #s(approx (+ 1 (/ (pow x 2) y)) (*.f64 (pow.f64 x #s(literal 2 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 2 binary64))))))))) |
| Outputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) y)) (+.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
5 calls:
| 22.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 4.0ms | (+.f64 (*.f64 x x) y) |
| 3.0ms | y |
| 3.0ms | x |
| 3.0ms | (*.f64 x x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 100.0% | 2 | (*.f64 x x) |
| 100.0% | 2 | (+.f64 (*.f64 x x) y) |
| 100.0% | 2 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 100.0% | 2 | x |
| 84.7% | 2 | y |
Compiled 13 to 16 computations (-23.1% saved)
| Inputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
(sqrt.f64 (fma.f64 x x y)) |
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
| Outputs |
|---|
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
5 calls:
| 5.0ms | y |
| 2.0ms | x |
| 2.0ms | (+.f64 (*.f64 x x) y) |
| 2.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 2.0ms | (*.f64 x x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 66.2% | 1 | y |
| 66.2% | 1 | (*.f64 x x) |
| 66.2% | 1 | (+.f64 (*.f64 x x) y) |
| 66.2% | 1 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 66.2% | 1 | x |
Compiled 13 to 16 computations (-23.1% saved)
| Inputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
(sqrt.f64 (fma.f64 x x y)) |
| Outputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
5 calls:
| 2.0ms | y |
| 2.0ms | x |
| 2.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 2.0ms | (+.f64 (*.f64 x x) y) |
| 2.0ms | (*.f64 x x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 66.2% | 1 | (*.f64 x x) |
| 66.2% | 1 | (+.f64 (*.f64 x x) y) |
| 66.2% | 1 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 66.2% | 1 | x |
| 66.2% | 1 | y |
Compiled 13 to 16 computations (-23.1% saved)
Total -21.7b remaining (-52.2%)
Threshold costs -21.7b (-52.2%)
| Inputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 #s(literal -1 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) #s(approx (+ x (* 1/2 (/ y x))) (*.f64 #s(literal 1/2 binary64) (/.f64 y x)))) |
| Outputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
5 calls:
| 1.0ms | y |
| 1.0ms | x |
| 1.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 1.0ms | (+.f64 (*.f64 x x) y) |
| 1.0ms | (*.f64 x x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 34.9% | 1 | (*.f64 x x) |
| 34.9% | 1 | (+.f64 (*.f64 x x) y) |
| 34.9% | 1 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 34.9% | 1 | x |
| 34.9% | 1 | y |
Compiled 13 to 16 computations (-23.1% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 2.4366233301845846e+142 | 1.9700177679917067e+143 |
| 1.0ms | 16× | 0 | valid |
Compiled 24 to 27 computations (-12.5% saved)
adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | done |
Compiled 22 to 20 computations (9.1% saved)
(abs x)
Compiled 89 to 87 computations (2.2% saved)
Loading profile data...