
Time bar (total: 2.2s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 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)
| 441.0ms | 8 256× | 0 | valid |
| 13.0ms | 361× | 0 | invalid |
ival-mult!: 92.0ms (47.2% of total)ival-sqrt: 81.0ms (41.5% of total)ival-add!: 21.0ms (10.8% of total)adjust: 2.0ms (1% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 17 | 40 |
| 1 | 42 | 40 |
| 2 | 107 | 40 |
| 3 | 185 | 40 |
| 4 | 418 | 40 |
| 5 | 2020 | 40 |
| 6 | 4663 | 40 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 68.7% | (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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#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 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 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 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 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) |
| 1.0ms | y | @ | 0 | ((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 | 156 | 795 |
| 0 | 159 | 761 |
| 1 | 831 | 704 |
| 0 | 8176 | 638 |
| 1× | iter-limit |
| 1× | node-limit |
| 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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#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 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 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 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
| Outputs |
|---|
(*.f64 (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64))) |
(pow.f64 (fma.f64 x x y) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (sqrt.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (sqrt.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(sqrt.f64 (fma.f64 x x y)) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x x y)) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (neg.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (neg.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y)) (-.f64 (*.f64 x x) y)) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x))) (-.f64 y (*.f64 x x))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) y) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x)) y) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) y) |
(fma.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64) y) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (neg.f64 x) (neg.f64 x) y) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) y) |
(fma.f64 x x y) |
(fma.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x) y) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) y) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) y) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 (*.f64 x x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 x x) y))) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 x x))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 y (*.f64 x x)))) |
(-.f64 y (*.f64 (neg.f64 x) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(+.f64 (*.f64 x x) y) |
(+.f64 y (*.f64 x x)) |
(*.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x)) |
(*.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64)) |
(*.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(*.f64 x x) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 x (*.f64 x x)) x) #s(literal 1/2 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 2 binary64)) #s(literal 2 binary64)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x)) #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(sqrt.f64 (*.f64 (*.f64 x (*.f64 x x)) x)) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (+.f64 #s(literal 0 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) #s(literal 0 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y)) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (sqrt.f64 y) y))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 y) y))) x) x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (fma.f64 x x y)) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x)) |
#s(approx (+ (* x x) y) (*.f64 (*.f64 (-.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) x) x)) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x))) |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 y x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (/.f64 y (*.f64 x (*.f64 x x))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (/.f64 y (pow.f64 x #s(literal 5 binary64))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) y (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y)))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y)))) |
#s(approx (+ (* x x) y) (fma.f64 (/.f64 (*.f64 x x) y) y y)) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (/.f64 y (sqrt.f64 y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y))))) |
#s(approx (+ (* x x) y) (*.f64 (neg.f64 y) (-.f64 (/.f64 (*.f64 (neg.f64 x) x) y) #s(literal 1 binary64)))) |
Compiled 832 to 340 computations (59.1% saved)
6 alts after pruning (6 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 87 | 6 | 93 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 88 | 6 | 94 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 68.7% | (sqrt.f64 (fma.f64 x x y)) |
| ▶ | 35.5% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ▶ | 35.3% | #s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| 0.8% | #s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) | |
| ▶ | 1.3% | #s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| ▶ | 66.9% | #s(approx (sqrt (+ (* x x) y)) x) |
Compiled 88 to 88 computations (0% saved)
| Inputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(neg.f64 x) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(/.f64 y (sqrt.f64 y)) |
(sqrt.f64 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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (neg x) #s(hole binary64 (* -1 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))) |
#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 (+ 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 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ y (sqrt y)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ 1 (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ -1 (sqrt (/ 1 y))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | y | @ | 0 | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | x | @ | -inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (+ (* x x) y) x y (sqrt (+ (* x x) y)) (sqrt (+ (* x x) y)) (neg x) (sqrt (+ (* x x) y)) (+ (* x x) y) (sqrt (+ (* x x) y)) (/ y (sqrt y)) (sqrt y)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 169 | 837 |
| 0 | 175 | 797 |
| 1 | 851 | 738 |
| 0 | 8257 | 703 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
(fma.f64 x x y) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(neg.f64 x) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(/.f64 y (sqrt.f64 y)) |
(sqrt.f64 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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 y)) |
#s(approx (+ (* x x) y) #s(hole binary64 (+ y (pow x 2)))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (neg x) #s(hole binary64 (* -1 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))) |
#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 (+ 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 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ y (sqrt y)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* y (+ 1 (/ (pow x 2) y))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ 1 (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (+ (* x x) y) #s(hole binary64 (* -1 (* y (- (* -1 (/ (pow x 2) y)) 1))))) |
#s(approx (/ y (sqrt y)) #s(hole binary64 (/ -1 (sqrt (/ 1 y))))) |
| Outputs |
|---|
(*.f64 (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 x x y) #s(literal 1/4 binary64))) |
(pow.f64 (fma.f64 x x y) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (sqrt.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (sqrt.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(/.f64 (hypot.f64 (*.f64 (sqrt.f64 y) y) (*.f64 x (*.f64 x x))) (sqrt.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(sqrt.f64 (fma.f64 x x y)) |
(exp.f64 (*.f64 (log.f64 (fma.f64 x x y)) #s(literal 1/2 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x)))) (neg.f64 (-.f64 y (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y))) (neg.f64 (-.f64 (*.f64 x x) y))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y))) (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 y (*.f64 x x))) (-.f64 y (*.f64 x x))) |
(/.f64 (*.f64 (fma.f64 x x y) (-.f64 (*.f64 x x) y)) (-.f64 (*.f64 x x) y)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x) (*.f64 (*.f64 y y) y)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal -1 binary64)) x y) |
(fma.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x)) y) |
(fma.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (neg.f64 x) y) |
(fma.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x)) y) |
(fma.f64 (*.f64 x (neg.f64 x)) #s(literal -1 binary64) y) |
(fma.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x)) y) |
(fma.f64 x x y) |
(fma.f64 #s(literal -1 binary64) (*.f64 x (neg.f64 x)) y) |
(fma.f64 #s(literal 1 binary64) (*.f64 x x) y) |
(fma.f64 (*.f64 x x) #s(literal 1 binary64) y) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal 1 binary64)) y) |
(fma.f64 (neg.f64 x) (neg.f64 x) y) |
(-.f64 (/.f64 (*.f64 y y) (-.f64 y (*.f64 x x))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 y (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 (*.f64 x x) y)) (/.f64 (*.f64 y y) (-.f64 (*.f64 x x) y))) |
(-.f64 y (*.f64 x (neg.f64 x))) |
(+.f64 (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y))) (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x x) (-.f64 (*.f64 x x) y) (*.f64 y y)))) |
(+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x))))) (/.f64 (*.f64 (*.f64 y y) y) (fma.f64 (*.f64 x (*.f64 x x)) x (*.f64 y (-.f64 y (*.f64 x x)))))) |
(+.f64 (*.f64 x x) y) |
(+.f64 y (*.f64 x x)) |
x |
y |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(*.f64 x #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) x) |
(neg.f64 x) |
(*.f64 (pow.f64 #s(approx (+ (* x x) y) y) #s(literal 1/4 binary64)) (pow.f64 #s(approx (+ (* x x) y) y) #s(literal 1/4 binary64))) |
(pow.f64 #s(approx (+ (* x x) y) y) #s(literal 1/2 binary64)) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
(exp.f64 (*.f64 (log.f64 #s(approx (+ (* x x) y) y)) #s(literal 1/2 binary64))) |
#s(approx (+ (* x x) y) y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) y) |
(*.f64 y (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) |
(/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))) |
(/.f64 y (sqrt.f64 y)) |
(neg.f64 (/.f64 y (neg.f64 (sqrt.f64 y)))) |
(neg.f64 (/.f64 (neg.f64 y) (sqrt.f64 y))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 y #s(literal 1/4 binary64)) (pow.f64 y #s(literal 1/4 binary64))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sqrt.f64 y))) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 y)) |
(pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal -1 binary64)) |
(pow.f64 (sqrt.f64 y) #s(literal 1 binary64)) |
(pow.f64 y #s(literal 1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (sqrt.f64 y))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) |
(/.f64 #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y)))) |
(neg.f64 (neg.f64 (sqrt.f64 y))) |
(sqrt.f64 y) |
(exp.f64 (*.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 y) #s(literal 1/2 binary64))) |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y)) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (sqrt.f64 y) y))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 y) y))) x) x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) x) x (sqrt.f64 y))) |
#s(approx (+ (* x x) y) y) |
#s(approx (+ (* x x) y) (fma.f64 x x y)) |
#s(approx x x) |
#s(approx (neg x) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 x (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x)) |
#s(approx (+ (* x x) y) (*.f64 x x)) |
#s(approx (+ (* x x) y) (*.f64 (*.f64 (-.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) x) x)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) #s(literal 1 binary64))) (neg.f64 x))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 x (fma.f64 (*.f64 y (/.f64 y (*.f64 (*.f64 x (*.f64 x x)) x))) #s(literal -1/8 binary64) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x))) |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 y x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (/.f64 y (*.f64 x (*.f64 x x))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (/.f64 y (pow.f64 x #s(literal 5 binary64))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) y (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (/ y (sqrt y)) (/.f64 y (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y)))))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y)))) |
#s(approx (+ (* x x) y) (fma.f64 (/.f64 (*.f64 x x) y) y y)) |
#s(approx (/ y (sqrt y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (/.f64 y (sqrt.f64 y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (*.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (fma.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 y (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 (*.f64 (*.f64 y y) y) y))) #s(literal -1/8 binary64) (*.f64 (*.f64 x (/.f64 x (*.f64 (/.f64 y (sqrt.f64 y)) y))) #s(literal 1/2 binary64)))) (/.f64 y (sqrt.f64 y))))) |
#s(approx (+ (* x x) y) (*.f64 (neg.f64 y) (-.f64 (/.f64 (*.f64 x (neg.f64 x)) y) #s(literal 1 binary64)))) |
#s(approx (/ y (sqrt y)) (neg.f64 (sqrt.f64 y))) |
Compiled 819 to 334 computations (59.2% saved)
6 alts after pruning (1 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 90 | 1 | 91 |
| Fresh | 1 | 0 | 1 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 0 | 0 |
| Total | 91 | 6 | 97 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 68.7% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 35.5% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ✓ | 35.3% | #s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| ▶ | 0.8% | #s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x))) |
| ✓ | 1.3% | #s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| ✓ | 66.9% | #s(approx (sqrt (+ (* x x) y)) x) |
Compiled 44 to 44 computations (0% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x))) |
(*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x)) |
(fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(/.f64 y (*.f64 x x)) |
y |
(*.f64 x x) |
x |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
(neg.f64 x) |
| 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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1/2 (/ y x)))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (/ (+ (* -1 (pow x 2)) (* -1/2 y)) x))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (* 1/2 (/ y (pow x 2))))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (/ (+ (* 1/2 y) (pow x 2)) (pow x 2)))) |
#s(approx (/ y (* x x)) #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 (neg x) #s(hole binary64 (* -1 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 (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* x (- (* -1/2 (/ y (pow x 2))) 1)))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 1)) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (/ y (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 (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (+ (* -1 x) (* -1/2 (/ y x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x)))))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (* y (+ (/ 1 y) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (/ 1 x)) (/ x y)))))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (* y (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 y))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 75.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (+ (* (/ y (* x x)) 1/2) 1) (/ y (* x x)) y (* x x) x 1/2 1 (neg x)) |
| 2.0ms | y | @ | 0 | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (+ (* (/ y (* x x)) 1/2) 1) (/ y (* x x)) y (* x x) x 1/2 1 (neg x)) |
| 1.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (+ (* (/ y (* x x)) 1/2) 1) (/ y (* x x)) y (* x x) x 1/2 1 (neg x)) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (+ (* (/ y (* x x)) 1/2) 1) (/ y (* x x)) y (* x x) x 1/2 1 (neg x)) |
| 1.0ms | x | @ | 0 | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (+ (* (/ y (* x x)) 1/2) 1) (/ y (* x x)) y (* x x) x 1/2 1 (neg x)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 192 | 1013 |
| 0 | 201 | 969 |
| 1 | 999 | 894 |
| 0 | 8872 | 840 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x))) |
(*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x)) |
(fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(/.f64 y (*.f64 x x)) |
y |
(*.f64 x x) |
x |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
(neg.f64 x) |
#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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1/2 (/ y x)))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (/ (+ (* -1 (pow x 2)) (* -1/2 y)) x))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (* 1/2 (/ y (pow x 2))))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (/ (+ (* 1/2 y) (pow x 2)) (pow x 2)))) |
#s(approx (/ y (* x x)) #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 (neg x) #s(hole binary64 (* -1 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 (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* x (- (* -1/2 (/ y (pow x 2))) 1)))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 1)) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (+ 1 (* 1/2 (/ y (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 (sqrt (+ (* x x) y)) #s(hole binary64 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (+ (* -1 x) (* -1/2 (/ y x))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x)))))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (* y (+ (/ 1 y) (* 1/2 (/ 1 (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (/ 1 x)) (/ x y)))))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(hole binary64 (* y (+ (* 1/2 (/ 1 (pow x 2))) (/ 1 y))))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64)) (neg.f64 x))) |
(*.f64 (neg.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64))) x) |
(*.f64 (fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x x)) |
(*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64)) (neg.f64 x)) |
(*.f64 (neg.f64 x) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64))) |
(*.f64 x (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 x (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64)))) |
(*.f64 x (neg.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64)))) |
(/.f64 (*.f64 (neg.f64 x) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (neg.f64 x) (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) #s(literal -1 binary64))) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))) |
(/.f64 (*.f64 (neg.f64 x) (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))))) |
(/.f64 (*.f64 (neg.f64 x) (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64))) (neg.f64 x)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) #s(literal -1 binary64)) (neg.f64 x)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (neg.f64 x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))))) |
(/.f64 (*.f64 (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (neg.f64 x)) (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x x))) |
(neg.f64 (*.f64 (fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x x) #s(literal 1 binary64))) |
(neg.f64 (fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x x)) |
(fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (neg.f64 x) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1 binary64) x (neg.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(fma.f64 #s(literal -1 binary64) x (neg.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x))) |
(fma.f64 (neg.f64 x) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(fma.f64 (neg.f64 x) #s(literal 1 binary64) (*.f64 (neg.f64 x) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (neg.f64 x) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (neg.f64 x))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x) #s(literal -1 binary64))) |
(fma.f64 x #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(fma.f64 x #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x))) |
(+.f64 (*.f64 (neg.f64 x) #s(literal 1 binary64)) (*.f64 (neg.f64 x) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) |
(+.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (neg.f64 x)) (*.f64 #s(literal 1 binary64) (neg.f64 x))) |
(+.f64 (*.f64 #s(literal 1 binary64) (neg.f64 x)) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (neg.f64 x))) |
(+.f64 (*.f64 (neg.f64 x) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) (*.f64 (neg.f64 x) #s(literal 1 binary64))) |
(+.f64 (neg.f64 x) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(+.f64 (neg.f64 x) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x))) |
(+.f64 (neg.f64 x) (*.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 (neg.f64 x) (*.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x) #s(literal -1 binary64))) |
(+.f64 (neg.f64 x) (neg.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(+.f64 (neg.f64 x) (neg.f64 (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) y) |
(*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (*.f64 x x) x))))) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 y (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (*.f64 y y)))) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) y)) (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y))))) |
(/.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) y)))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (*.f64 x x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) y))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (*.f64 x x) x)))) y) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (*.f64 y y))) y) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) y)) (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)))) y) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 y y) y))) y) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (*.f64 x x) x))) (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x x) y))))) |
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) #s(literal -1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x) (neg.f64 x)) |
(/.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) (*.f64 x x)) #s(literal -1 binary64)) |
(/.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x)) x) x) |
(/.f64 (-.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (fma.f64 #s(literal 1/4 binary64) (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 2 binary64) (*.f64 (*.f64 x x) #s(literal 2 binary64))) (*.f64 (*.f64 x x) #s(literal 2 binary64))) |
(/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 x x) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 1/2 binary64) y))) (*.f64 #s(literal 2 binary64) (*.f64 x x))) |
(/.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 y (*.f64 x x)) (*.f64 x (*.f64 (*.f64 x x) x))) (*.f64 x (*.f64 (*.f64 x x) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x x)) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal -1/2 binary64) y))) (*.f64 #s(literal 2 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) #s(literal -1 binary64))) (neg.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) |
(/.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) #s(literal -1 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 x (*.f64 (*.f64 x x) x))) (*.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) y) (*.f64 x x)) (*.f64 x x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal 3 binary64)) #s(literal 1/8 binary64) #s(literal 1 binary64)) (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal 1/8 binary64) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x))) (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 #s(literal 1/2 binary64) y)))) (*.f64 x x))) |
(/.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x)) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) (*.f64 (neg.f64 x) x)) |
(neg.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x)) (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) (*.f64 x x))) |
(fma.f64 (/.f64 y (neg.f64 x)) (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 y (neg.f64 x)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) x) (/.f64 y x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 y x) (/.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) y) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 y (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 y (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 y (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) (/.f64 (*.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64)))) |
(-.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 y) (/.f64 #s(literal 1 binary64) y))) |
(-.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) y)) |
(-.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 y) (/.f64 #s(literal 1/2 binary64) (*.f64 x x)))) |
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) y)) |
(-.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 y (*.f64 x x))) #s(literal 1/2 binary64))) |
(-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64))))) (/.f64 (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal -1 binary64)))))) |
(+.f64 (/.f64 (pow.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 3 binary64)) (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal 1/4 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))))) |
(+.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (neg.f64 (/.f64 y (*.f64 x x))) #s(literal -1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) |
(/.f64 (/.f64 (neg.f64 y) #s(literal -1 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (neg.f64 y) (*.f64 x x)) #s(literal -1 binary64)) |
(/.f64 (/.f64 y (neg.f64 x)) (neg.f64 x)) |
(/.f64 (neg.f64 (neg.f64 y)) (*.f64 x x)) |
(/.f64 (neg.f64 (/.f64 y x)) (neg.f64 x)) |
(/.f64 (neg.f64 y) (*.f64 (neg.f64 x) x)) |
(/.f64 (/.f64 y x) x) |
(/.f64 y (*.f64 x x)) |
(neg.f64 (/.f64 y (*.f64 (neg.f64 x) x))) |
(neg.f64 (/.f64 (neg.f64 y) (*.f64 x x))) |
y |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x (*.f64 (*.f64 x x) x)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(sqrt.f64 (*.f64 x (*.f64 (*.f64 x x) x))) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
x |
#s(literal 1/2 binary64) |
#s(literal 1 binary64) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 x #s(literal -1 binary64)) |
(neg.f64 x) |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y)) (*.f64 x x) (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x (/.f64 x (*.f64 (sqrt.f64 y) y))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 y) y))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) (*.f64 x x) (sqrt.f64 y))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x)) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64))) |
#s(approx (/ y (* x x)) (/.f64 y (*.f64 x x))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (neg x) (neg.f64 x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)) x x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) x x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y (*.f64 (*.f64 y (/.f64 (*.f64 y y) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)))) #s(literal 1/16 binary64)))) x x)) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64) #s(literal -1 binary64)) x)) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) #s(literal 1 binary64)) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64)) (neg.f64 x))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) x x))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y (*.f64 (*.f64 y (/.f64 (*.f64 y y) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)))) #s(literal 1/16 binary64)))) x x))) |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 y x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (/.f64 y (*.f64 (*.f64 x x) x)) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (/.f64 y (pow.f64 x #s(literal 5 binary64))) #s(literal 1/16 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))) y (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (-.f64 (*.f64 (/.f64 y x) #s(literal -1/2 binary64)) x)) |
#s(approx y y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (-.f64 (/.f64 (neg.f64 x) y) (/.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (neg.f64 y) (-.f64 (/.f64 x y) (/.f64 #s(literal -1/2 binary64) x)))) |
#s(approx (+ (* (/ y (* x x)) 1/2) 1) (fma.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) y #s(literal 1 binary64))) |
Compiled 1 780 to 718 computations (59.7% saved)
6 alts after pruning (1 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 167 | 1 | 168 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 5 | 5 |
| Total | 168 | 6 | 174 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 68.7% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 35.5% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ✓ | 35.3% | #s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| ✓ | 1.3% | #s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| ▶ | 0.8% | #s(approx (sqrt (+ (* x x) y)) #s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x))) |
| ✓ | 66.9% | #s(approx (sqrt (+ (* x x) y)) x) |
Compiled 51 to 50 computations (2% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x) |
(-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) |
(*.f64 #s(literal -1/2 binary64) y) |
#s(literal -1/2 binary64) |
y |
(*.f64 x x) |
x |
| 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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1/2 (/ y x)))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (/ (+ (* -1 (pow x 2)) (* -1/2 y)) x))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* -1/2 y))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (+ (* -1 (pow x 2)) (* -1/2 y)))) |
#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 (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1 x))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* x (- (* -1/2 (/ y (pow x 2))) 1)))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* -1 (pow x 2)))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* (pow x 2) (- (* -1/2 (/ y (pow x 2))) 1)))) |
#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 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (+ (* -1 x) (* -1/2 (/ y x))))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (- (* -1/2 y) (pow x 2)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x)))))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* y (- (* -1 (/ (pow x 2) y)) 1/2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (/ 1 x)) (/ x y)))))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* -1 (* y (+ 1/2 (/ (pow x 2) y)))))) |
6 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 17.0ms | x | @ | -inf | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/ (- (* -1/2 y) (* x x)) x) (- (* -1/2 y) (* x x)) (* -1/2 y) -1/2 y (* x x) x) |
| 1.0ms | y | @ | inf | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/ (- (* -1/2 y) (* x x)) x) (- (* -1/2 y) (* x x)) (* -1/2 y) -1/2 y (* x x) x) |
| 1.0ms | y | @ | -inf | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/ (- (* -1/2 y) (* x x)) x) (- (* -1/2 y) (* x x)) (* -1/2 y) -1/2 y (* x x) x) |
| 1.0ms | x | @ | inf | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/ (- (* -1/2 y) (* x x)) x) (- (* -1/2 y) (* x x)) (* -1/2 y) -1/2 y (* x x) x) |
| 1.0ms | x | @ | 0 | ((sqrt (+ (* x x) y)) (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/ (- (* -1/2 y) (* x x)) x) (- (* -1/2 y) (* x x)) (* -1/2 y) -1/2 y (* x x) x) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 193 | 1050 |
| 0 | 197 | 1006 |
| 1 | 995 | 942 |
| 0 | 8839 | 875 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x) |
(-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) |
(*.f64 #s(literal -1/2 binary64) y) |
#s(literal -1/2 binary64) |
y |
(*.f64 x x) |
x |
#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 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* -1/8 (/ (pow x 2) (pow (sqrt y) 3))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt y) (* (pow x 2) (+ (* (pow x 2) (- (* 1/16 (/ (pow x 2) (pow (sqrt y) 5))) (* 1/8 (/ 1 (pow (sqrt y) 3))))) (* 1/2 (/ 1 (sqrt y)))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1/2 (/ y x)))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (/ (+ (* -1 (pow x 2)) (* -1/2 y)) x))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* -1/2 y))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (+ (* -1 (pow x 2)) (* -1/2 y)))) |
#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 (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1 x))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* x (- (* -1/2 (/ y (pow x 2))) 1)))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* -1 (pow x 2)))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* (pow x 2) (- (* -1/2 (/ y (pow x 2))) 1)))) |
#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 (sqrt (pow x 2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* 1/2 (/ y (sqrt (pow x 2))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* -1/8 (/ y (pow (sqrt (pow x 2)) 3))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (+ (sqrt (pow x 2)) (* y (+ (* y (- (* 1/16 (/ y (pow (sqrt (pow x 2)) 5))) (* 1/8 (/ 1 (pow (sqrt (pow x 2)) 3))))) (* 1/2 (/ 1 (sqrt (pow x 2))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (+ (* -1 x) (* -1/2 (/ y x))))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (- (* -1/2 y) (pow x 2)))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (sqrt (/ 1 y))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* y (- (* -1 (/ x y)) (* 1/2 (/ 1 x)))))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* y (- (* -1 (/ (pow x 2) y)) 1/2)))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (sqrt (/ 1 y)))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y))))))))))) |
#s(approx (sqrt (+ (* x x) y)) #s(hole binary64 (* -1 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (/ (pow x 4) (* (pow y 4) (pow (sqrt (/ 1 y)) 3)))) (+ (* 1/16 (/ (pow x 6) (* (pow y 6) (pow (sqrt (/ 1 y)) 5)))) (* 1/2 (/ (pow x 2) (* (pow y 2) (sqrt (/ 1 y)))))))))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (/ 1 x)) (/ x y)))))) |
#s(approx (- (* -1/2 y) (* x x)) #s(hole binary64 (* -1 (* y (+ 1/2 (/ (pow x 2) y)))))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) #s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x)) |
(/.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x)) #s(literal -1 binary64)) x) |
(/.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x)) x) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (*.f64 (neg.f64 x) x) x)) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (*.f64 (/.f64 y x) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x x) x) (/.f64 (*.f64 x x) x))) (fma.f64 (/.f64 y x) #s(literal -1/2 binary64) (/.f64 (*.f64 x x) x))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (neg.f64 x) x) x) #s(literal 3 binary64)) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)) (*.f64 (*.f64 x x) x))) (fma.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (/.f64 (*.f64 (neg.f64 x) x) x) (-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 x x)) (*.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (*.f64 (/.f64 y x) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)) (*.f64 (*.f64 x x) x)) (pow.f64 (/.f64 (*.f64 x x) x) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 y x) (/.f64 y x)) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 x x) x) (/.f64 (*.f64 x x) x) (*.f64 (*.f64 (/.f64 y x) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) x))))) |
(/.f64 (fma.f64 (*.f64 x x) x (*.f64 x (*.f64 #s(literal -1/2 binary64) y))) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) y) x) (*.f64 (*.f64 x x) x)) (*.f64 x x)) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x))) (neg.f64 (neg.f64 x))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (*.f64 (fma.f64 (neg.f64 x) x (*.f64 #s(literal 1/2 binary64) y)) x)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 x (*.f64 (*.f64 x x) x))) (*.f64 (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x)) x)) |
(/.f64 (fma.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x) (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64))) (*.f64 (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x)))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x))) (*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 #s(literal -1/2 binary64) y)))) x)) |
(/.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x)) (neg.f64 x)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x) |
(neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) (neg.f64 x))) |
(neg.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) y (*.f64 x x)) x)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 x x) x) (*.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 y x) #s(literal -1/2 binary64) (/.f64 (*.f64 (neg.f64 x) x) x)) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal -1 binary64) x) (*.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 y x) (/.f64 (*.f64 (neg.f64 x) x) x)) |
(fma.f64 y (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 (neg.f64 x) x) x)) |
(-.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (*.f64 (neg.f64 (/.f64 y x)) #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (*.f64 (/.f64 #s(literal 1/2 binary64) x) y)) |
(-.f64 (*.f64 (/.f64 y x) #s(literal -1/2 binary64)) (/.f64 (*.f64 x x) x)) |
(+.f64 (/.f64 (*.f64 (neg.f64 x) x) x) (*.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (/.f64 y x) #s(literal -1/2 binary64)) (/.f64 (*.f64 (neg.f64 x) x) x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (-.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (neg.f64 x) x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)) (pow.f64 (*.f64 #s(literal 1/2 binary64) y) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) (*.f64 x x) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 (neg.f64 x) x) (*.f64 #s(literal 1/2 binary64) y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y)))) (neg.f64 (fma.f64 (neg.f64 x) x (*.f64 #s(literal 1/2 binary64) y)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x) (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 x (*.f64 (*.f64 x x) x)))) (neg.f64 (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)))) (neg.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 #s(literal -1/2 binary64) y)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 #s(literal 1/4 binary64) (*.f64 y y))) (fma.f64 (neg.f64 x) x (*.f64 #s(literal 1/2 binary64) y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (*.f64 x (*.f64 (*.f64 x x) x))) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x) (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64))) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x))) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 #s(literal -1/2 binary64) y))))) |
(fma.f64 (neg.f64 (neg.f64 x)) (neg.f64 x) (*.f64 #s(literal -1/2 binary64) y)) |
(fma.f64 #s(literal -1 binary64) (*.f64 x x) (*.f64 #s(literal -1/2 binary64) y)) |
(fma.f64 (*.f64 x x) #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) y)) |
(fma.f64 #s(literal -1/2 binary64) y (*.f64 (neg.f64 x) x)) |
(fma.f64 (neg.f64 x) (*.f64 (neg.f64 x) #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) y)) |
(fma.f64 (neg.f64 x) (neg.f64 (neg.f64 x)) (*.f64 #s(literal -1/2 binary64) y)) |
(fma.f64 (neg.f64 x) x (*.f64 #s(literal -1/2 binary64) y)) |
(fma.f64 y #s(literal -1/2 binary64) (*.f64 (neg.f64 x) x)) |
(fma.f64 x (neg.f64 x) (*.f64 #s(literal -1/2 binary64) y)) |
(-.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (fma.f64 (neg.f64 x) x (*.f64 #s(literal 1/2 binary64) y))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (fma.f64 (neg.f64 x) x (*.f64 #s(literal 1/2 binary64) y)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 y y)) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x))) (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 #s(literal -1/2 binary64) y))))) (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)) (fma.f64 #s(literal 1/4 binary64) (*.f64 y y) (*.f64 (*.f64 x x) (fma.f64 x x (*.f64 #s(literal -1/2 binary64) y)))))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (*.f64 (neg.f64 x) x) #s(literal -1 binary64))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (neg.f64 (neg.f64 x)) x)) |
(-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) |
(-.f64 (*.f64 (neg.f64 x) x) (*.f64 (neg.f64 y) #s(literal -1/2 binary64))) |
(-.f64 (*.f64 (neg.f64 x) x) (*.f64 #s(literal 1/2 binary64) y)) |
(+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 y y) y) #s(literal -1/8 binary64)) (fma.f64 (*.f64 x x) (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) y) (fma.f64 #s(literal -1/2 binary64) y (*.f64 x x)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 (neg.f64 x) x)) |
(+.f64 (*.f64 (neg.f64 x) x) (*.f64 #s(literal -1/2 binary64) y)) |
(*.f64 #s(literal -1/2 binary64) y) |
(*.f64 y #s(literal -1/2 binary64)) |
(neg.f64 (*.f64 #s(literal 1/2 binary64) y)) |
#s(literal -1/2 binary64) |
y |
(*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (neg.f64 x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 x) x)) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (neg.f64 x) (neg.f64 x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 x (*.f64 #s(literal -1 binary64) (neg.f64 x))) |
(*.f64 x x) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x (*.f64 (*.f64 x x) x)) #s(literal 1/2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 x) #s(literal 2 binary64)) |
(pow.f64 x #s(literal 2 binary64)) |
(neg.f64 (*.f64 (neg.f64 x) x)) |
(sqrt.f64 (*.f64 x (*.f64 (*.f64 x x) x))) |
(fabs.f64 (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
x |
#s(approx (sqrt (+ (* x x) y)) (sqrt.f64 y)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y)) (*.f64 x x) (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x (/.f64 x (*.f64 (sqrt.f64 y) y))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) (sqrt.f64 y))) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x (/.f64 x (pow.f64 y #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 y) y))) (*.f64 x x) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 y))) (*.f64 x x) (sqrt.f64 y))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x)) |
#s(approx (- (* -1/2 y) (* x x)) (*.f64 #s(literal -1/2 binary64) y)) |
#s(approx (- (* -1/2 y) (* x x)) (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x))) |
#s(approx (* x x) (*.f64 x x)) |
#s(approx x x) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) x x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 y (/.f64 (*.f64 y y) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)))) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x x)) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (neg.f64 x)) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64) #s(literal -1 binary64)) x)) |
#s(approx (- (* -1/2 y) (* x x)) (*.f64 (neg.f64 x) x)) |
#s(approx (- (* -1/2 y) (* x x)) (*.f64 x (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64) #s(literal -1 binary64)) x))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64))) x x))) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (fma.f64 (fma.f64 (*.f64 y (/.f64 y (*.f64 x (*.f64 (*.f64 x x) x)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 y (/.f64 (*.f64 y y) (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)))) #s(literal 1/16 binary64) (*.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64)))) x x))) |
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (/.f64 y x) #s(literal 1/2 binary64) x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (/.f64 y (*.f64 (*.f64 x x) x)) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (sqrt (+ (* x x) y)) (fma.f64 (fma.f64 (fma.f64 (/.f64 y (pow.f64 x #s(literal 5 binary64))) #s(literal 1/16 binary64) (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 x x) x))) y (/.f64 #s(literal 1/2 binary64) x)) y x)) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (-.f64 (*.f64 (/.f64 y x) #s(literal -1/2 binary64)) x)) |
#s(approx (- (* -1/2 y) (* x x)) (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x))) |
#s(approx y y) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 (*.f64 x x) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))) y)) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (-.f64 (/.f64 (neg.f64 x) y) (/.f64 #s(literal 1/2 binary64) x)) y)) |
#s(approx (- (* -1/2 y) (* x x)) (*.f64 (-.f64 (/.f64 (*.f64 (neg.f64 x) x) y) #s(literal 1/2 binary64)) y)) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (fma.f64 (/.f64 (*.f64 x x) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 y) (+.f64 (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 y) y)) (*.f64 y (*.f64 (*.f64 y y) y)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) x)) (*.f64 x x)) (exp.f64 (fma.f64 (neg.f64 (log.f64 (sqrt.f64 y))) #s(literal 5 binary64) (*.f64 (log.f64 y) #s(literal 6 binary64))))) #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 y (/.f64 (neg.f64 y) (neg.f64 (sqrt.f64 y))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 y))))) |
#s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (*.f64 (neg.f64 y) (-.f64 (/.f64 x y) (/.f64 #s(literal -1/2 binary64) x)))) |
#s(approx (- (* -1/2 y) (* x x)) (*.f64 (neg.f64 y) (fma.f64 x (/.f64 x y) #s(literal 1/2 binary64)))) |
Compiled 1 331 to 581 computations (56.3% saved)
6 alts after pruning (0 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 110 | 0 | 110 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 5 | 5 |
| Total | 110 | 6 | 116 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 68.7% | (sqrt.f64 (fma.f64 x x y)) |
| ✓ | 35.5% | (sqrt.f64 #s(approx (+ (* x x) y) y)) |
| ✓ | 35.3% | #s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| ✓ | 1.3% | #s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| ✓ | 0.8% | #s(approx (sqrt (+ (* x x) y)) #s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x))) |
| ✓ | 66.9% | #s(approx (sqrt (+ (* x x) y)) x) |
Compiled 114 to 89 computations (21.9% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
(sqrt.f64 (fma.f64 x x y)) |
(sqrt.f64 (+.f64 (*.f64 x x) y)) |
#s(approx (sqrt (+ (* x x) y)) #s(approx (* (+ (* (/ y (* x x)) 1/2) 1) (neg x)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) y) (*.f64 x x)) x))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (neg.f64 x) (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* x x) y)) (*.f64 (fma.f64 (/.f64 y (*.f64 x x)) #s(literal 1/2 binary64) #s(literal 1 binary64)) (neg.f64 x))) |
| Outputs |
|---|
(sqrt.f64 (fma.f64 x x y)) |
#s(approx (sqrt (+ (* x x) y)) x) |
5 calls:
| 94.0ms | (+.f64 (*.f64 x x) y) |
| 3.0ms | x |
| 3.0ms | y |
| 3.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 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 |
| 83.8% | 2 | y |
Compiled 13 to 16 computations (-23.1% saved)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) (/.f64 y (sqrt.f64 y))) |
| Outputs |
|---|
(sqrt.f64 #s(approx (+ (* x x) y) y)) |
#s(approx (sqrt (+ (* x x) y)) x) |
4 calls:
| 2.0ms | (+.f64 (*.f64 x x) y) |
| 2.0ms | (*.f64 x x) |
| 2.0ms | x |
| 2.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 91.6% | 2 | (*.f64 x x) |
| 74.7% | 2 | (+.f64 (*.f64 x x) y) |
| 74.7% | 2 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 91.6% | 2 | x |
Compiled 12 to 14 computations (-16.7% saved)
Total -42.0b remaining (-198.2%)
Threshold costs -42b (-198.2%)
| Inputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
#s(approx (sqrt (+ (* x x) y)) (neg.f64 x)) |
| Outputs |
|---|
#s(approx (sqrt (+ (* x x) y)) x) |
5 calls:
| 1.0ms | x |
| 1.0ms | y |
| 1.0ms | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 1.0ms | (+.f64 (*.f64 x x) y) |
| 1.0ms | (*.f64 x x) |
| Accuracy | Segments | Branch |
|---|---|---|
| 66.9% | 1 | (+.f64 (*.f64 x x) y) |
| 66.9% | 1 | (sqrt.f64 (+.f64 (*.f64 x x) y)) |
| 66.9% | 1 | y |
| 66.9% | 1 | (*.f64 x x) |
| 66.9% | 1 | x |
Compiled 13 to 16 computations (-23.1% saved)
| 1× | binary-search |
| 1× | predicate-same |
| Time | Left | Right |
|---|---|---|
| 26.0ms | 4.536961030802584e+138 | 3.7126615168365815e+140 |
| 25.0ms | 48× | 0 | valid |
Compiled 39 to 46 computations (-17.9% saved)
ival-sqrt: 23.0ms (97.5% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)ival-mult!: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 11.0ms | 7.518407714268317e-79 | 2.3333463687962122e-74 |
| 5.0ms | 128× | 0 | valid |
| 1.0ms | 38× | 0 | invalid |
Compiled 105 to 122 computations (-16.2% saved)
ival-sqrt: 1.0ms (40.2% of total)ival-mult!: 1.0ms (40.2% of total)adjust: 0.0ms (0% of total)ival-add!: 0.0ms (0% of total)| 1× | done |
Compiled 18 to 16 computations (11.1% saved)
Compiled 83 to 77 computations (7.2% saved)
Loading profile data...