| Inputs |
|---|
(sqrt.f64 (+.f64 x y)) |
(+.f64 x y) |
x |
y |
#s(approx (sqrt (+ x y)) #s(hole binary64 (sqrt y))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (+ (sqrt y) (* 1/2 (* x (sqrt (/ 1 y))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (+ (sqrt y) (* x (+ (* -1/8 (* x (sqrt (/ 1 (pow y 3))))) (* 1/2 (sqrt (/ 1 y)))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (+ (sqrt y) (* x (+ (* 1/2 (sqrt (/ 1 y))) (* x (+ (* -1/8 (sqrt (/ 1 (pow y 3)))) (* 1/16 (* x (sqrt (/ 1 (pow y 5)))))))))))) |
#s(approx (+ x y) #s(hole binary64 y)) |
#s(approx (+ x y) #s(hole binary64 (+ x y))) |
#s(approx x #s(hole binary64 x)) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (sqrt x))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (* 1/2 (* (sqrt (/ 1 (pow x 3))) y)))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (pow y 2))) (* 1/2 (* (sqrt (/ 1 (pow x 3))) y))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* x (+ (sqrt (/ 1 x)) (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (pow y 2))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (pow y 3))) (* 1/2 (* (sqrt (/ 1 (pow x 3))) y)))))))) |
#s(approx (+ x y) #s(hole binary64 x)) |
#s(approx (+ x y) #s(hole binary64 (* x (+ 1 (/ y x))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* (sqrt x) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* x (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) y)) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (pow y 2) (pow (sqrt -1) 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) y)) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* x (+ (* -1/8 (* (sqrt (/ 1 (pow x 5))) (/ (pow y 2) (pow (sqrt -1) 2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow x 7))) (/ (pow y 3) (pow (sqrt -1) 4)))) (+ (* 1/2 (* (sqrt (/ 1 (pow x 3))) y)) (* (sqrt (/ 1 x)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ x y) #s(hole binary64 (* -1 (* x (- (* -1 (/ y x)) 1))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (+ (sqrt x) (* 1/2 (* (sqrt (/ 1 x)) y))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (+ (sqrt x) (* y (+ (* -1/8 (* (sqrt (/ 1 (pow x 3))) y)) (* 1/2 (sqrt (/ 1 x)))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (+ (sqrt x) (* y (+ (* 1/2 (sqrt (/ 1 x))) (* y (+ (* -1/8 (sqrt (/ 1 (pow x 3)))) (* 1/16 (* (sqrt (/ 1 (pow x 5))) y))))))))) |
#s(approx y #s(hole binary64 y)) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (* 1/2 (* x (sqrt (/ 1 (pow y 3))))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 5))))) (* 1/2 (* x (sqrt (/ 1 (pow y 3)))))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* y (+ (sqrt (/ 1 y)) (+ (* -1/8 (* (pow x 2) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (pow x 3) (sqrt (/ 1 (pow y 7))))) (* 1/2 (* x (sqrt (/ 1 (pow y 3))))))))))) |
#s(approx (+ x y) #s(hole binary64 (* y (+ 1 (/ x y))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* (sqrt y) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* y (+ (* 1/2 (* x (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/2 (* x (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ x y)) #s(hole binary64 (* -1 (* y (+ (* -1/8 (* (/ (pow x 2) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow y 5))))) (+ (* 1/16 (* (/ (pow x 3) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow y 7))))) (+ (* 1/2 (* x (sqrt (/ 1 (pow y 3))))) (* (sqrt (/ 1 y)) (pow (sqrt -1) 2))))))))) |
#s(approx (+ x y) #s(hole binary64 (* -1 (* y (- (* -1 (/ x y)) 1))))) |
| Outputs |
|---|
(pow.f64 (+.f64 y x) #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 y x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (-.f64 x y)) |
(/.f64 (fma.f64 (*.f64 x x) x (pow.f64 y #s(literal 3 binary64))) (fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) (-.f64 (*.f64 y y) (*.f64 x y)))) |
(+.f64 y x) |
(+.f64 x y) |
x |
y |
#s(approx (sqrt (+ x y)) (pow.f64 y #s(literal 1/2 binary64))) |
#s(approx (sqrt (+ x y)) (fma.f64 (*.f64 (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/2 binary64) (pow.f64 y #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ x y)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal -1/8 binary64) (*.f64 (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) x (pow.f64 y #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ x y)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/16 binary64) (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) #s(literal -1/8 binary64))) x (*.f64 (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) x (pow.f64 y #s(literal 1/2 binary64)))) |
#s(approx (+ x y) y) |
#s(approx (+ x y) (+.f64 y x)) |
#s(approx x x) |
#s(approx (sqrt (+ x y)) (pow.f64 x #s(literal 1/2 binary64))) |
#s(approx (sqrt (+ x y)) (*.f64 (fma.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) y) #s(literal 1/2 binary64) (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) x)) |
#s(approx (sqrt (+ x y)) (*.f64 (+.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) y (*.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) (*.f64 y y))) (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) x)) |
#s(approx (sqrt (+ x y)) (*.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) (*.f64 y y) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) y (*.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) (pow.f64 y #s(literal 3 binary64))))) (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64))) x)) |
#s(approx (+ x y) x) |
#s(approx (+ x y) (*.f64 (+.f64 (/.f64 y x) #s(literal 1 binary64)) x)) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 #s(literal -1 binary64) (pow.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) y) #s(literal 1/2 binary64))) x) #s(literal -1 binary64))) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 #s(literal -1 binary64) x) (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) (/.f64 (*.f64 y y) #s(literal -1 binary64)) (fma.f64 #s(literal -1 binary64) (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) y) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 #s(literal -1 binary64) x) (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) (/.f64 (*.f64 y y) #s(literal -1 binary64)) (fma.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 (pow.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64))) (/.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal 1 binary64)) (fma.f64 #s(literal -1 binary64) (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) y) #s(literal 1/2 binary64))))))) |
#s(approx (+ x y) (*.f64 (*.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 y x)) #s(literal 1 binary64)) x) #s(literal -1 binary64))) |
#s(approx (sqrt (+ x y)) (fma.f64 (*.f64 (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) y) #s(literal 1/2 binary64) (pow.f64 x #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ x y)) (fma.f64 (fma.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) y) #s(literal -1/8 binary64) (*.f64 (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) y (pow.f64 x #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ x y)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) y) #s(literal 1/16 binary64) (*.f64 (pow.f64 (pow.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) #s(literal -1/8 binary64))) y (*.f64 (pow.f64 (pow.f64 x #s(literal -1 binary64)) #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) y (pow.f64 x #s(literal 1/2 binary64)))) |
#s(approx y y) |
#s(approx (sqrt (+ x y)) (*.f64 (fma.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/2 binary64) (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64))) y)) |
#s(approx (sqrt (+ x y)) (*.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (pow.f64 (pow.f64 (pow.f64 y #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/2 binary64))) (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64))) y)) |
#s(approx (sqrt (+ x y)) (*.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (pow.f64 (pow.f64 (pow.f64 y #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (fma.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 3 binary64))) (pow.f64 (pow.f64 (pow.f64 y #s(literal 7 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/2 binary64)))) (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64))) y)) |
#s(approx (+ x y) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) y)) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 #s(literal -1 binary64) (pow.f64 y #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 (fma.f64 #s(literal -1 binary64) (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/2 binary64))) y) #s(literal -1 binary64))) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 #s(literal -1 binary64) y) (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) #s(literal -1 binary64))) (pow.f64 (pow.f64 (pow.f64 y #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (fma.f64 #s(literal -1 binary64) (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (+ x y)) (*.f64 (*.f64 #s(literal -1 binary64) y) (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 x x) #s(literal -1 binary64))) (pow.f64 (pow.f64 (pow.f64 y #s(literal 5 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (fma.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 x #s(literal 3 binary64)) #s(literal 1 binary64))) (pow.f64 (pow.f64 (pow.f64 y #s(literal 7 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) (fma.f64 #s(literal -1 binary64) (pow.f64 (pow.f64 y #s(literal -1 binary64)) #s(literal 1/2 binary64)) (*.f64 (*.f64 (pow.f64 (pow.f64 (pow.f64 y #s(literal 3 binary64)) #s(literal -1 binary64)) #s(literal 1/2 binary64)) x) #s(literal 1/2 binary64))))))) |
#s(approx (+ x y) (*.f64 (*.f64 (-.f64 (*.f64 (/.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64)) y) #s(literal -1 binary64))) |