| Inputs |
|---|
#s(approx (sqrt (- (* a a) (* b b))) a) |
a |
#s(approx (sqrt (- (* a a) (* b b))) (neg.f64 a)) |
(neg.f64 a) |
(sqrt.f64 (*.f64 (+.f64 a b) (-.f64 a b))) |
(*.f64 (+.f64 a b) (-.f64 a b)) |
(+.f64 a b) |
b |
(-.f64 a b) |
(*.f64 (sqrt.f64 (+.f64 a b)) (sqrt.f64 (-.f64 a b))) |
(sqrt.f64 (+.f64 a b)) |
(sqrt.f64 (-.f64 a b)) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* b (sqrt -1)))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (+ (* 1/2 (/ (pow a 2) (* b (sqrt -1)))) (* b (sqrt -1))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (+ (* b (sqrt -1)) (* (pow a 2) (+ (* -1/8 (/ (pow a 2) (* (pow b 3) (pow (sqrt -1) 3)))) (* 1/2 (/ 1 (* b (sqrt -1))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (+ (* b (sqrt -1)) (* (pow a 2) (+ (* (pow a 2) (- (* 1/16 (/ (pow a 2) (* (pow b 5) (pow (sqrt -1) 5)))) (* 1/8 (/ 1 (* (pow b 3) (pow (sqrt -1) 3)))))) (* 1/2 (/ 1 (* b (sqrt -1))))))))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (neg a) #s(hole binary64 (* -1 a))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* b (sqrt -1)))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (+ (* 1/2 (/ (* a (+ b (* -1 b))) (* b (sqrt -1)))) (* b (sqrt -1))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* a (- 1 (* 1/4 (/ (pow (+ b (* -1 b)) 2) (* (pow b 2) (pow (sqrt -1) 2)))))) (* b (sqrt -1)))) (* 1/2 (/ (+ b (* -1 b)) (* b (sqrt -1)))))) (* b (sqrt -1))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (+ b (* -1 b)) (* b (sqrt -1)))) (* a (+ (* -1/4 (/ (* a (* (+ b (* -1 b)) (- 1 (* 1/4 (/ (pow (+ b (* -1 b)) 2) (* (pow b 2) (pow (sqrt -1) 2))))))) (* (pow b 3) (pow (sqrt -1) 3)))) (* 1/2 (/ (- 1 (* 1/4 (/ (pow (+ b (* -1 b)) 2) (* (pow b 2) (pow (sqrt -1) 2))))) (* b (sqrt -1)))))))) (* b (sqrt -1))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* -1 (pow b 2)))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ b (* -1 b)))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (+ (* -1 (pow b 2)) (* a (+ a (+ b (* -1 b))))))) |
#s(approx (+ a b) #s(hole binary64 b)) |
#s(approx (+ a b) #s(hole binary64 (+ a b))) |
#s(approx (- a b) #s(hole binary64 (* -1 b))) |
#s(approx (- a b) #s(hole binary64 (- a b))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* b (sqrt -1)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (+ (* 1/2 (/ (* a (+ b (* -1 b))) (* b (sqrt -1)))) (* b (sqrt -1))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (* a (- 1 (* 1/4 (/ (pow (+ b (* -1 b)) 2) (* (pow b 2) (pow (sqrt -1) 2)))))) (* b (sqrt -1)))) (* 1/2 (/ (+ b (* -1 b)) (* b (sqrt -1)))))) (* b (sqrt -1))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (+ (* a (+ (* 1/2 (/ (+ b (* -1 b)) (* b (sqrt -1)))) (* a (+ (* -1/4 (/ (* a (* (+ b (* -1 b)) (- 1 (* 1/4 (/ (pow (+ b (* -1 b)) 2) (* (pow b 2) (pow (sqrt -1) 2))))))) (* (pow b 3) (pow (sqrt -1) 3)))) (* 1/2 (/ (- 1 (* 1/4 (/ (pow (+ b (* -1 b)) 2) (* (pow b 2) (pow (sqrt -1) 2))))) (* b (sqrt -1)))))))) (* b (sqrt -1))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (sqrt b))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (+ (sqrt b) (* 1/2 (* a (sqrt (/ 1 b))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (+ (sqrt b) (* a (+ (* -1/8 (* a (sqrt (/ 1 (pow b 3))))) (* 1/2 (sqrt (/ 1 b)))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (+ (sqrt b) (* a (+ (* 1/2 (sqrt (/ 1 b))) (* a (+ (* -1/8 (sqrt (/ 1 (pow b 3)))) (* 1/16 (* a (sqrt (/ 1 (pow b 5)))))))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* (sqrt b) (sqrt -1)))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (+ (* 1/2 (* (/ a (sqrt -1)) (sqrt (/ 1 b)))) (* (sqrt b) (sqrt -1))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (+ (* a (+ (* -1/8 (* (/ a (pow (sqrt -1) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/2 (* (sqrt (/ 1 b)) (/ 1 (sqrt -1)))))) (* (sqrt b) (sqrt -1))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (+ (* a (+ (* 1/2 (* (sqrt (/ 1 b)) (/ 1 (sqrt -1)))) (* a (+ (* -1/8 (* (sqrt (/ 1 (pow b 3))) (/ 1 (pow (sqrt -1) 3)))) (* 1/16 (* (/ a (pow (sqrt -1) 5)) (sqrt (/ 1 (pow b 5))))))))) (* (sqrt b) (sqrt -1))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 a)) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* a (+ 1 (* -1/2 (/ (pow b 2) (pow a 2))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* a (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (* -1/8 (/ (pow b 4) (pow a 4)))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* a (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (+ (* -1/8 (/ (pow b 4) (pow a 4))) (* -1/16 (/ (pow b 6) (pow a 6))))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 a)) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* a (+ 1 (* 1/2 (/ (+ b (* -1 b)) a)))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* a (+ 1 (+ (* 1/2 (/ (+ b (* -1 b)) a)) (* 1/2 (/ (- (* -1 (pow b 2)) (* 1/4 (pow (+ b (* -1 b)) 2))) (pow a 2)))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* a (+ 1 (+ (* -1/4 (/ (* (+ b (* -1 b)) (- (* -1 (pow b 2)) (* 1/4 (pow (+ b (* -1 b)) 2)))) (pow a 3))) (+ (* 1/2 (/ (+ b (* -1 b)) a)) (* 1/2 (/ (- (* -1 (pow b 2)) (* 1/4 (pow (+ b (* -1 b)) 2))) (pow a 2))))))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (pow a 2))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (/ b a)))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* (pow a 2) (+ 1 (+ (* -1 (/ b a)) (+ (* -1 (/ (pow b 2) (pow a 2))) (/ b a))))))) |
#s(approx (+ a b) #s(hole binary64 a)) |
#s(approx (+ a b) #s(hole binary64 (* a (+ 1 (/ b a))))) |
#s(approx (- a b) #s(hole binary64 a)) |
#s(approx (- a b) #s(hole binary64 (* a (+ 1 (* -1 (/ b a)))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* a (+ 1 (* 1/2 (/ (+ b (* -1 b)) a)))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* a (+ 1 (+ (* 1/2 (/ (+ b (* -1 b)) a)) (* 1/2 (/ (- (* -1 (pow b 2)) (* 1/4 (pow (+ b (* -1 b)) 2))) (pow a 2)))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* a (+ 1 (+ (* -1/4 (/ (* (+ b (* -1 b)) (- (* -1 (pow b 2)) (* 1/4 (pow (+ b (* -1 b)) 2)))) (pow a 3))) (+ (* 1/2 (/ (+ b (* -1 b)) a)) (* 1/2 (/ (- (* -1 (pow b 2)) (* 1/4 (pow (+ b (* -1 b)) 2))) (pow a 2))))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* 1/2 (* (sqrt (/ 1 (pow a 3))) b)))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/8 (* (sqrt (/ 1 (pow a 5))) (pow b 2))) (* 1/2 (* (sqrt (/ 1 (pow a 3))) b))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/8 (* (sqrt (/ 1 (pow a 5))) (pow b 2))) (+ (* 1/16 (* (sqrt (/ 1 (pow a 7))) (pow b 3))) (* 1/2 (* (sqrt (/ 1 (pow a 3))) b)))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (sqrt a))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (* -1/2 (* (sqrt (/ 1 (pow a 3))) b)))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/2 (* (sqrt (/ 1 (pow a 3))) b)) (* -1/8 (* (sqrt (/ 1 (pow a 5))) (pow b 2)))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* a (+ (sqrt (/ 1 a)) (+ (* -1/2 (* (sqrt (/ 1 (pow a 3))) b)) (+ (* -1/8 (* (sqrt (/ 1 (pow a 5))) (pow b 2))) (* -1/16 (* (sqrt (/ 1 (pow a 7))) (pow b 3))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 a))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 (* a (+ 1 (* -1/2 (/ (pow b 2) (pow a 2)))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 (* a (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (* -1/8 (/ (pow b 4) (pow a 4))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 (* a (+ 1 (+ (* -1/2 (/ (pow b 2) (pow a 2))) (+ (* -1/8 (/ (pow b 4) (pow a 4))) (* -1/16 (/ (pow b 6) (pow a 6)))))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* a (pow (sqrt -1) 2))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* a (+ (* -1/2 (/ (+ b (* -1 b)) a)) (pow (sqrt -1) 2)))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ (- (pow b 2) (* 1/4 (/ (pow (+ b (* -1 b)) 2) (pow (sqrt -1) 2)))) a)) (* 1/2 (+ b (* -1 b)))) a)) (pow (sqrt -1) 2)))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/4 (/ (* (+ b (* -1 b)) (- (pow b 2) (* 1/4 (/ (pow (+ b (* -1 b)) 2) (pow (sqrt -1) 2))))) (* a (pow (sqrt -1) 2)))) (* 1/2 (- (pow b 2) (* 1/4 (/ (pow (+ b (* -1 b)) 2) (pow (sqrt -1) 2)))))) a)) (* 1/2 (+ b (* -1 b)))) a)) (pow (sqrt -1) 2)))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* (pow a 2) (+ 1 (* -1 (/ (+ (* -1 (+ b (* -1 b))) (/ (pow b 2) a)) a)))))) |
#s(approx (+ a b) #s(hole binary64 (* -1 (* a (- (* -1 (/ b a)) 1))))) |
#s(approx (- a b) #s(hole binary64 (* -1 (* a (- (/ b a) 1))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* a (pow (sqrt -1) 2))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* a (+ (* -1/2 (/ (+ b (* -1 b)) a)) (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* -1/2 (/ (- (pow b 2) (* 1/4 (/ (pow (+ b (* -1 b)) 2) (pow (sqrt -1) 2)))) a)) (* 1/2 (+ b (* -1 b)))) a)) (pow (sqrt -1) 2)))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/4 (/ (* (+ b (* -1 b)) (- (pow b 2) (* 1/4 (/ (pow (+ b (* -1 b)) 2) (pow (sqrt -1) 2))))) (* a (pow (sqrt -1) 2)))) (* 1/2 (- (pow b 2) (* 1/4 (/ (pow (+ b (* -1 b)) 2) (pow (sqrt -1) 2)))))) a)) (* 1/2 (+ b (* -1 b)))) a)) (pow (sqrt -1) 2)))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (pow a 3))) b)) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (pow a 5))) (/ (pow b 2) (pow (sqrt -1) 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow a 3))) b)) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (pow a 5))) (/ (pow b 2) (pow (sqrt -1) 2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow a 7))) (/ (pow b 3) (pow (sqrt -1) 4)))) (+ (* 1/2 (* (sqrt (/ 1 (pow a 3))) b)) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* (sqrt a) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* a (+ (* 1/2 (* (sqrt (/ 1 (pow a 3))) (* b (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (pow a 5))) (* (pow b 2) (pow (sqrt -1) 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow a 3))) (* b (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* a (+ (* -1/8 (* (sqrt (/ 1 (pow a 5))) (* (pow b 2) (pow (sqrt -1) 2)))) (+ (* 1/16 (* (sqrt (/ 1 (pow a 7))) (* (pow b 3) (pow (sqrt -1) 2)))) (+ (* 1/2 (* (sqrt (/ 1 (pow a 3))) (* b (pow (sqrt -1) 2)))) (* (sqrt (/ 1 a)) (pow (sqrt -1) 2))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (+ a (* -1/2 (/ (pow b 2) a))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (+ a (* (pow b 2) (- (* -1/8 (/ (pow b 2) (pow a 3))) (* 1/2 (/ 1 a))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (+ a (* (pow b 2) (- (* (pow b 2) (- (* -1/16 (/ (pow b 2) (pow a 5))) (* 1/8 (/ 1 (pow a 3))))) (* 1/2 (/ 1 a))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (+ a (* 1/2 (/ (* b (+ a (* -1 a))) a))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (+ a (* b (+ (* -1/2 (/ (* b (+ 1 (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow a 2))))) a)) (* 1/2 (/ (+ a (* -1 a)) a))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (+ a (* b (+ (* 1/2 (/ (+ a (* -1 a)) a)) (* b (+ (* -1/2 (/ (+ 1 (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow a 2)))) a)) (* 1/4 (/ (* b (* (+ 1 (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow a 2)))) (+ a (* -1 a)))) (pow a 3)))))))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (+ (* b (+ a (* -1 a))) (pow a 2)))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (+ (* b (+ a (+ (* -1 a) (* -1 b)))) (pow a 2)))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (- a b) #s(hole binary64 (+ a (* -1 b)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (+ a (* 1/2 (/ (* b (+ a (* -1 a))) a))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (+ a (* b (+ (* -1/2 (/ (* b (+ 1 (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow a 2))))) a)) (* 1/2 (/ (+ a (* -1 a)) a))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (+ a (* b (+ (* 1/2 (/ (+ a (* -1 a)) a)) (* b (+ (* -1/2 (/ (+ 1 (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow a 2)))) a)) (* 1/4 (/ (* b (* (+ 1 (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow a 2)))) (+ a (* -1 a)))) (pow a 3)))))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (+ (sqrt a) (* 1/2 (* (sqrt (/ 1 a)) b))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (+ (sqrt a) (* b (+ (* -1/8 (* (sqrt (/ 1 (pow a 3))) b)) (* 1/2 (sqrt (/ 1 a)))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (+ (sqrt a) (* b (+ (* 1/2 (sqrt (/ 1 a))) (* b (+ (* -1/8 (sqrt (/ 1 (pow a 3)))) (* 1/16 (* (sqrt (/ 1 (pow a 5))) b))))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (+ (sqrt a) (* -1/2 (* (sqrt (/ 1 a)) b))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (+ (sqrt a) (* b (+ (* -1/2 (sqrt (/ 1 a))) (* -1/8 (* (sqrt (/ 1 (pow a 3))) b))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (+ (sqrt a) (* b (+ (* -1/2 (sqrt (/ 1 a))) (* b (+ (* -1/8 (sqrt (/ 1 (pow a 3)))) (* -1/16 (* (sqrt (/ 1 (pow a 5))) b))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* b (+ (sqrt -1) (* 1/2 (/ (pow a 2) (* (pow b 2) (sqrt -1)))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* b (+ (sqrt -1) (+ (* -1/8 (/ (pow a 4) (* (pow b 4) (pow (sqrt -1) 3)))) (* 1/2 (/ (pow a 2) (* (pow b 2) (sqrt -1))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* b (+ (sqrt -1) (+ (* -1/8 (/ (pow a 4) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 6) (* (pow b 6) (pow (sqrt -1) 5)))) (* 1/2 (/ (pow a 2) (* (pow b 2) (sqrt -1)))))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* b (+ (sqrt -1) (* 1/2 (/ (+ a (* -1 a)) (* b (sqrt -1)))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* b (+ (sqrt -1) (+ (* 1/2 (/ (+ a (* -1 a)) (* b (sqrt -1)))) (* 1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (* (pow b 2) (sqrt -1))))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* b (+ (sqrt -1) (+ (* -1/4 (/ (* (+ a (* -1 a)) (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2))))) (* (pow b 3) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ (+ a (* -1 a)) (* b (sqrt -1)))) (* 1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (* (pow b 2) (sqrt -1)))))))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (/ a b)) 1)))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* (pow b 2) (- (+ (* -1 (/ a b)) (+ (/ a b) (/ (pow a 2) (pow b 2)))) 1)))) |
#s(approx (+ a b) #s(hole binary64 (* b (+ 1 (/ a b))))) |
#s(approx (- a b) #s(hole binary64 (* b (- (/ a b) 1)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* b (+ (sqrt -1) (* 1/2 (/ (+ a (* -1 a)) (* b (sqrt -1)))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* b (+ (sqrt -1) (+ (* 1/2 (/ (+ a (* -1 a)) (* b (sqrt -1)))) (* 1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (* (pow b 2) (sqrt -1))))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* b (+ (sqrt -1) (+ (* -1/4 (/ (* (+ a (* -1 a)) (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2))))) (* (pow b 3) (pow (sqrt -1) 3)))) (+ (* 1/2 (/ (+ a (* -1 a)) (* b (sqrt -1)))) (* 1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (* (pow b 2) (sqrt -1)))))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* b (+ (sqrt (/ 1 b)) (* 1/2 (* a (sqrt (/ 1 (pow b 3))))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* b (+ (sqrt (/ 1 b)) (+ (* -1/8 (* (pow a 2) (sqrt (/ 1 (pow b 5))))) (* 1/2 (* a (sqrt (/ 1 (pow b 3)))))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* b (+ (sqrt (/ 1 b)) (+ (* -1/8 (* (pow a 2) (sqrt (/ 1 (pow b 5))))) (+ (* 1/16 (* (pow a 3) (sqrt (/ 1 (pow b 7))))) (* 1/2 (* a (sqrt (/ 1 (pow b 3))))))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* b (+ (* 1/2 (* (/ a (sqrt -1)) (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (sqrt -1)))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* b (+ (* -1/8 (* (/ (pow a 2) (pow (sqrt -1) 3)) (sqrt (/ 1 (pow b 5))))) (+ (* 1/2 (* (/ a (sqrt -1)) (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (sqrt -1))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* b (+ (* -1/8 (* (/ (pow a 2) (pow (sqrt -1) 3)) (sqrt (/ 1 (pow b 5))))) (+ (* 1/16 (* (/ (pow a 3) (pow (sqrt -1) 5)) (sqrt (/ 1 (pow b 7))))) (+ (* 1/2 (* (/ a (sqrt -1)) (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 (* b (sqrt -1))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (* 1/2 (/ (pow a 2) (* (pow b 2) (sqrt -1))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (+ (* -1/8 (/ (pow a 4) (* (pow b 4) (pow (sqrt -1) 3)))) (* 1/2 (/ (pow a 2) (* (pow b 2) (sqrt -1)))))))))) |
#s(approx (sqrt (- (* a a) (* b b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (+ (* -1/8 (/ (pow a 4) (* (pow b 4) (pow (sqrt -1) 3)))) (+ (* 1/16 (/ (pow a 6) (* (pow b 6) (pow (sqrt -1) 5)))) (* 1/2 (/ (pow a 2) (* (pow b 2) (sqrt -1))))))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* b (sqrt -1))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (* -1/2 (/ (+ a (* -1 a)) (* b (sqrt -1))))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (* -1 (/ (+ (* -1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (* b (sqrt -1)))) (* 1/2 (/ (+ a (* -1 a)) (sqrt -1)))) b))))))) |
#s(approx (sqrt (* (+ a b) (- a b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (* -1 (/ (+ (* -1 (/ (+ (* 1/4 (/ (* (+ a (* -1 a)) (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2))))) (* b (pow (sqrt -1) 3)))) (* 1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (sqrt -1)))) b)) (* 1/2 (/ (+ a (* -1 a)) (sqrt -1)))) b))))))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (* -1 a)) b)) 1)))) |
#s(approx (* (+ a b) (- a b)) #s(hole binary64 (* (pow b 2) (- (* -1 (/ (+ a (+ (* -1 a) (* -1 (/ (pow a 2) b)))) b)) 1)))) |
#s(approx (+ a b) #s(hole binary64 (* -1 (* b (- (* -1 (/ a b)) 1))))) |
#s(approx (- a b) #s(hole binary64 (* -1 (* b (+ 1 (* -1 (/ a b))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* b (sqrt -1))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (* -1/2 (/ (+ a (* -1 a)) (* b (sqrt -1))))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (* -1 (/ (+ (* -1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (* b (sqrt -1)))) (* 1/2 (/ (+ a (* -1 a)) (sqrt -1)))) b))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) #s(hole binary64 (* -1 (* b (+ (sqrt -1) (* -1 (/ (+ (* -1 (/ (+ (* 1/4 (/ (* (+ a (* -1 a)) (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2))))) (* b (pow (sqrt -1) 3)))) (* 1/2 (/ (- (pow a 2) (* 1/4 (/ (pow (+ a (* -1 a)) 2) (pow (sqrt -1) 2)))) (sqrt -1)))) b)) (* 1/2 (/ (+ a (* -1 a)) (sqrt -1)))) b))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* (sqrt b) (pow (sqrt -1) 2))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* b (+ (* 1/2 (* a (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (pow (sqrt -1) 2))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* b (+ (* -1/8 (* (/ (pow a 2) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow b 5))))) (+ (* 1/2 (* a (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (pow (sqrt -1) 2)))))))) |
#s(approx (sqrt (+ a b)) #s(hole binary64 (* -1 (* b (+ (* -1/8 (* (/ (pow a 2) (pow (sqrt -1) 2)) (sqrt (/ 1 (pow b 5))))) (+ (* 1/16 (* (/ (pow a 3) (pow (sqrt -1) 4)) (sqrt (/ 1 (pow b 7))))) (+ (* 1/2 (* a (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (pow (sqrt -1) 2))))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* (sqrt b) (sqrt -1))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* b (+ (* 1/2 (* (* a (sqrt -1)) (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (sqrt -1))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* b (+ (* -1/8 (* (* (pow a 2) (sqrt -1)) (sqrt (/ 1 (pow b 5))))) (+ (* 1/2 (* (* a (sqrt -1)) (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (sqrt -1)))))))) |
#s(approx (sqrt (- a b)) #s(hole binary64 (* -1 (* b (+ (* -1/8 (* (* (pow a 2) (sqrt -1)) (sqrt (/ 1 (pow b 5))))) (+ (* 1/16 (* (* (pow a 3) (sqrt -1)) (sqrt (/ 1 (pow b 7))))) (+ (* 1/2 (* (* a (sqrt -1)) (sqrt (/ 1 (pow b 3))))) (* (sqrt (/ 1 b)) (sqrt -1))))))))) |
| Outputs |
|---|
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) a) |
a |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (neg.f64 a)) |
(*.f64 #s(literal -1 binary64) a) |
(*.f64 a #s(literal -1 binary64)) |
(neg.f64 a) |
(*.f64 (pow.f64 (*.f64 (-.f64 a b) (+.f64 b a)) #s(literal 1/4 binary64)) (pow.f64 (*.f64 (-.f64 a b) (+.f64 b a)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (-.f64 a b)) (sqrt.f64 (+.f64 b a))) |
(*.f64 (sqrt.f64 (+.f64 b a)) (sqrt.f64 (-.f64 a b))) |
(pow.f64 (*.f64 (-.f64 a b) (+.f64 b a)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (-.f64 a b) (+.f64 b a))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (-.f64 a b) (+.f64 b a))) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 a b) (+.f64 b a)) |
(*.f64 (+.f64 b a) (-.f64 a b)) |
(/.f64 (-.f64 (pow.f64 (*.f64 a a) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (fma.f64 (*.f64 a a) (*.f64 a a) (fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (*.f64 a a) (*.f64 b b))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a a) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 b) b) #s(literal 3 binary64))) (fma.f64 (*.f64 a a) (*.f64 a a) (-.f64 (*.f64 (*.f64 (neg.f64 b) b) (*.f64 (neg.f64 b) b)) (*.f64 (*.f64 a a) (*.f64 (neg.f64 b) b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 a a (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 (neg.f64 b) b) (*.f64 (neg.f64 b) b))) (-.f64 (*.f64 a a) (*.f64 (neg.f64 b) b))) |
(fma.f64 (pow.f64 a #s(literal 1 binary64)) (pow.f64 a #s(literal 1 binary64)) (*.f64 (neg.f64 b) b)) |
(fma.f64 (fabs.f64 a) (fabs.f64 a) (*.f64 (neg.f64 b) b)) |
(fma.f64 (neg.f64 a) (neg.f64 a) (*.f64 (neg.f64 b) b)) |
(fma.f64 a a (*.f64 (neg.f64 b) b)) |
(-.f64 (*.f64 a a) (*.f64 b b)) |
(+.f64 (*.f64 a a) (*.f64 (neg.f64 b) b)) |
(/.f64 (fma.f64 (*.f64 b b) b (*.f64 (*.f64 a a) a)) (fma.f64 b b (-.f64 (*.f64 a a) (*.f64 b a)))) |
(/.f64 (fma.f64 (*.f64 a a) a (*.f64 (*.f64 b b) b)) (fma.f64 a a (-.f64 (*.f64 b b) (*.f64 a b)))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 a a)) (-.f64 b a)) |
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (-.f64 a b)) |
(+.f64 b a) |
(+.f64 a b) |
b |
(/.f64 (-.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 b b) b)) (fma.f64 a a (fma.f64 b b (*.f64 a b)))) |
(/.f64 (*.f64 (-.f64 a b) (+.f64 b a)) (+.f64 b a)) |
(-.f64 a b) |
(*.f64 (pow.f64 (*.f64 (-.f64 a b) (+.f64 b a)) #s(literal 1/4 binary64)) (pow.f64 (*.f64 (-.f64 a b) (+.f64 b a)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (-.f64 a b)) (sqrt.f64 (+.f64 b a))) |
(*.f64 (sqrt.f64 (+.f64 b a)) (sqrt.f64 (-.f64 a b))) |
(pow.f64 (*.f64 (-.f64 a b) (+.f64 b a)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (-.f64 a b) (+.f64 b a))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (-.f64 a b) (+.f64 b a))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 b a) #s(literal 1/4 binary64)) (pow.f64 (+.f64 b a) #s(literal 1/4 binary64))) |
(pow.f64 (+.f64 b a) #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 b a)) |
(exp.f64 (*.f64 (log.f64 (+.f64 b a)) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 a b) #s(literal 1/4 binary64)) (pow.f64 (-.f64 a b) #s(literal 1/4 binary64))) |
(pow.f64 (-.f64 a b) #s(literal 1/2 binary64)) |
(sqrt.f64 (-.f64 a b)) |
(exp.f64 (*.f64 (log.f64 (-.f64 a b)) #s(literal 1/2 binary64))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (/.f64 (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 b b) b))) #s(literal -1/8 binary64) (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 a a)) (pow.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) b) #s(literal 5 binary64))) (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 b b) b)))) (*.f64 a a) (/.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx a a) |
#s(approx (neg a) (neg.f64 a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 a (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (*.f64 b b))) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) (/.f64 (*.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)))) a (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (*.f64 b b))) #s(literal 1/4 binary64))) (*.f64 #s(literal 0 binary64) b)) a) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 b b) b))) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (*.f64 b b))) #s(literal 1/4 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (* (+ a b) (- a b)) (neg.f64 (*.f64 b b))) |
#s(approx (* (+ a b) (- a b)) (fma.f64 (*.f64 #s(literal 0 binary64) b) a (neg.f64 (*.f64 b b)))) |
#s(approx (* (+ a b) (- a b)) (fma.f64 (fma.f64 #s(literal 0 binary64) b a) a (neg.f64 (*.f64 b b)))) |
#s(approx (+ a b) b) |
#s(approx (+ a b) (+.f64 b a)) |
#s(approx (- a b) (neg.f64 b)) |
#s(approx (- a b) (-.f64 a b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 a (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (*.f64 b b))) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) (/.f64 (*.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)))) a (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (*.f64 b b))) #s(literal 1/4 binary64))) (*.f64 #s(literal 0 binary64) b)) a) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 b b) b))) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (*.f64 b b))) #s(literal 1/4 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b))) |
#s(approx (sqrt (+ a b)) (sqrt.f64 b)) |
#s(approx (sqrt (+ a b)) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) a) #s(literal 1/2 binary64) (sqrt.f64 b))) |
#s(approx (sqrt (+ a b)) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) a) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) #s(literal 1/2 binary64))) a (sqrt.f64 b))) |
#s(approx (sqrt (+ a b)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) a) (pow.f64 b #s(literal -5/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) #s(literal -1/8 binary64))) a (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) #s(literal 1/2 binary64))) a (sqrt.f64 b))) |
#s(approx (sqrt (- a b)) (sqrt.f64 (neg.f64 b))) |
#s(approx (sqrt (- a b)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 a (sqrt.f64 #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) (sqrt.f64 (neg.f64 b)))) |
#s(approx (sqrt (- a b)) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 a (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))))) a (sqrt.f64 (neg.f64 b)))) |
#s(approx (sqrt (- a b)) (fma.f64 a (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 b))) #s(literal 1/2 binary64) (*.f64 (fma.f64 (*.f64 (/.f64 a (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64))) (pow.f64 b #s(literal -5/2 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) #s(literal -1/8 binary64))) a)) (sqrt.f64 (neg.f64 b)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) a) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal -1/2 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal -1/2 binary64) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal -1/8 binary64))) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal -1/8 binary64)))) #s(literal 1 binary64)) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) a) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) b) a) #s(literal 1/2 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 0 binary64) (/.f64 b a) (/.f64 (-.f64 (neg.f64 (*.f64 b b)) (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/4 binary64))) (*.f64 a a))) #s(literal 1 binary64)) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 (neg.f64 (*.f64 b b)) (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/4 binary64))) (*.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 0 binary64) (/.f64 b a) (/.f64 (-.f64 (neg.f64 (*.f64 b b)) (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/4 binary64))) (*.f64 a a))))) #s(literal 1 binary64)) a)) |
#s(approx (* (+ a b) (- a b)) (*.f64 a a)) |
#s(approx (* (+ a b) (- a b)) (*.f64 (fma.f64 #s(literal 0 binary64) (/.f64 b a) #s(literal 1 binary64)) (*.f64 a a))) |
#s(approx (* (+ a b) (- a b)) (*.f64 (+.f64 (+.f64 (+.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 (*.f64 b b)) (*.f64 a a))) (/.f64 b a)) #s(literal 1 binary64)) (*.f64 a a))) |
#s(approx (+ a b) a) |
#s(approx (+ a b) (*.f64 (+.f64 (/.f64 b a) #s(literal 1 binary64)) a)) |
#s(approx (- a b) a) |
#s(approx (- a b) (*.f64 (+.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64)) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) a) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) b) a) #s(literal 1/2 binary64) #s(literal 1 binary64)) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 0 binary64) (/.f64 b a) (/.f64 (-.f64 (neg.f64 (*.f64 b b)) (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/4 binary64))) (*.f64 a a))) #s(literal 1 binary64)) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (-.f64 (neg.f64 (*.f64 b b)) (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/4 binary64))) (*.f64 #s(literal 0 binary64) b)) (*.f64 (*.f64 a a) a)) #s(literal -1/4 binary64) (*.f64 #s(literal 1/2 binary64) (fma.f64 #s(literal 0 binary64) (/.f64 b a) (/.f64 (-.f64 (neg.f64 (*.f64 b b)) (*.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 1/4 binary64))) (*.f64 a a))))) #s(literal 1 binary64)) a)) |
#s(approx (sqrt (+ a b)) (sqrt.f64 a)) |
#s(approx (sqrt (+ a b)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (sqrt (+ a b)) (*.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -5/2 binary64)) (*.f64 b b)) #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal 1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (sqrt (+ a b)) (*.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal -5/2 binary64))) (*.f64 b b) (fma.f64 (*.f64 (pow.f64 a #s(literal -7/2 binary64)) (*.f64 (*.f64 b b) b)) #s(literal 1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (sqrt (- a b)) (sqrt.f64 a)) |
#s(approx (sqrt (- a b)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (sqrt (- a b)) (*.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal -5/2 binary64)) (*.f64 b b)) #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (sqrt (- a b)) (*.f64 (+.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal -1/2 binary64) (fma.f64 (*.f64 (pow.f64 a #s(literal -7/2 binary64)) (*.f64 (*.f64 b b) b)) #s(literal -1/16 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal -5/2 binary64)) (*.f64 b b)) #s(literal -1/8 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 a))) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (neg.f64 a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal -1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (+.f64 (fma.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal -1/2 binary64) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal -1/8 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (+.f64 (fma.f64 (/.f64 (*.f64 b b) (*.f64 a a)) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)) (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a a) (*.f64 a a))) #s(literal -1/8 binary64)))) #s(literal 1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (neg.f64 (neg.f64 a))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) b) a) #s(literal -1/2 binary64) #s(literal -1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 b b (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1 binary64)))) a) #s(literal -1/2 binary64) (*.f64 (*.f64 #s(literal 0 binary64) b) #s(literal 1/2 binary64))) a)) #s(literal -1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) (fma.f64 b b (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1 binary64))))) (neg.f64 a)) #s(literal 1/4 binary64) (*.f64 (fma.f64 b b (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1 binary64)))) #s(literal 1/2 binary64))) a))) a)) #s(literal -1 binary64)))) |
#s(approx (* (+ a b) (- a b)) (*.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 b b) a) (neg.f64 (*.f64 #s(literal 0 binary64) b))) a)) #s(literal 1 binary64)) (*.f64 a a))) |
#s(approx (+ a b) (*.f64 (neg.f64 a) (-.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64)))) |
#s(approx (- a b) (*.f64 (neg.f64 a) (-.f64 (/.f64 b a) #s(literal 1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (neg.f64 (neg.f64 a))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) b) a) #s(literal -1/2 binary64) #s(literal -1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 b b (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1 binary64)))) a) #s(literal -1/2 binary64) (*.f64 (*.f64 #s(literal 0 binary64) b) #s(literal 1/2 binary64))) a)) #s(literal -1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 a) (+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 0 binary64) b) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) b) (fma.f64 b b (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1 binary64))))) (neg.f64 a)) #s(literal 1/4 binary64) (*.f64 (fma.f64 b b (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal -1 binary64)))) #s(literal 1/2 binary64))) a))) a)) #s(literal -1 binary64)))) |
#s(approx (sqrt (+ a b)) (neg.f64 (*.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (sqrt (+ a b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1 binary64))))) |
#s(approx (sqrt (+ a b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (/.f64 (*.f64 b b) #s(literal -1 binary64)) (pow.f64 a #s(literal -5/2 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (sqrt (+ a b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (/.f64 (*.f64 b b) #s(literal -1 binary64)) (pow.f64 a #s(literal -5/2 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 a #s(literal -7/2 binary64))) (/.f64 (*.f64 (*.f64 b b) b) #s(literal 1 binary64)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1 binary64))))))) |
#s(approx (sqrt (- a b)) (neg.f64 (*.f64 (sqrt.f64 a) #s(literal -1 binary64)))) |
#s(approx (sqrt (- a b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (neg.f64 b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a)))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1 binary64))))) |
#s(approx (sqrt (- a b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (pow.f64 a #s(literal -5/2 binary64)) (neg.f64 (*.f64 b b))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (neg.f64 b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a)))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1 binary64)))))) |
#s(approx (sqrt (- a b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal -5/2 binary64))) (neg.f64 (*.f64 b b)) (fma.f64 (*.f64 (*.f64 (pow.f64 a #s(literal -7/2 binary64)) (*.f64 (*.f64 b b) b)) #s(literal -1 binary64)) #s(literal 1/16 binary64) (fma.f64 (*.f64 (neg.f64 b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a)))) #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1 binary64))))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (/.f64 (*.f64 b b) a) #s(literal -1/2 binary64) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 b b)) (*.f64 (*.f64 a a) a)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (-.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 b b)) (pow.f64 a #s(literal 5 binary64))) (/.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 a a) a))) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b b) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) a) b) a) #s(literal 1/2 binary64) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 a a)) #s(literal 1/4 binary64) #s(literal 1 binary64)) b) a) #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) a) #s(literal 1/2 binary64))) b a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 b (fma.f64 b (fma.f64 (*.f64 b (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 a a)) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a a) a))) #s(literal 1/4 binary64) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 a a)) #s(literal 1/4 binary64) #s(literal 1 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) a) #s(literal 1/2 binary64))) a)) |
#s(approx (* (+ a b) (- a b)) (fma.f64 (*.f64 #s(literal 0 binary64) a) b (*.f64 a a))) |
#s(approx (* (+ a b) (- a b)) (fma.f64 (fma.f64 #s(literal 0 binary64) a (neg.f64 b)) b (*.f64 a a))) |
#s(approx b b) |
#s(approx (- a b) (+.f64 (neg.f64 b) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) a) b) a) #s(literal 1/2 binary64) a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 a a)) #s(literal 1/4 binary64) #s(literal 1 binary64)) b) a) #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) a) #s(literal 1/2 binary64))) b a)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (fma.f64 b (fma.f64 b (fma.f64 (*.f64 b (/.f64 (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 a a)) #s(literal 1/4 binary64) #s(literal 1 binary64)) (*.f64 #s(literal 0 binary64) a)) (*.f64 (*.f64 a a) a))) #s(literal 1/4 binary64) (*.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 a a)) #s(literal 1/4 binary64) #s(literal 1 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) a) #s(literal 1/2 binary64))) a)) |
#s(approx (sqrt (+ a b)) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) b) #s(literal 1/2 binary64) (sqrt.f64 a))) |
#s(approx (sqrt (+ a b)) (fma.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) b) #s(literal -1/8 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/2 binary64))) b (sqrt.f64 a))) |
#s(approx (sqrt (+ a b)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 a #s(literal -5/2 binary64))) b (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) #s(literal -1/8 binary64))) b (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal 1/2 binary64))) b (sqrt.f64 a))) |
#s(approx (sqrt (- a b)) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) b) #s(literal -1/2 binary64) (sqrt.f64 a))) |
#s(approx (sqrt (- a b)) (fma.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) #s(literal -1/8 binary64)) b (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1/2 binary64))) b (sqrt.f64 a))) |
#s(approx (sqrt (- a b)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (pow.f64 a #s(literal -5/2 binary64))) b (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) a))) #s(literal -1/8 binary64))) b (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 a)) #s(literal -1/2 binary64))) b (sqrt.f64 a))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)) (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) a) (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 b b) b))) #s(literal -1/4 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))))) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (+ a b) (- a b)) (*.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (* (+ a b) (- a b)) (*.f64 (-.f64 (fma.f64 #s(literal 0 binary64) (/.f64 a b) (/.f64 (*.f64 a a) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (+ a b) (*.f64 (+.f64 (/.f64 a b) #s(literal 1 binary64)) b)) |
#s(approx (- a b) (*.f64 (-.f64 (/.f64 a b) #s(literal 1 binary64)) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (fma.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) a) (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 b b) b))) #s(literal -1/4 binary64) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))))) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (sqrt (+ a b)) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (/.f64 #s(literal 1 binary64) (sqrt.f64 b))) b)) |
#s(approx (sqrt (+ a b)) (*.f64 (+.f64 (fma.f64 (*.f64 (pow.f64 b #s(literal -5/2 binary64)) (*.f64 a a)) #s(literal -1/8 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 b))) b)) |
#s(approx (sqrt (+ a b)) (*.f64 (+.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a a)) (pow.f64 b #s(literal -5/2 binary64)) (fma.f64 (*.f64 (pow.f64 b #s(literal -7/2 binary64)) (*.f64 (*.f64 a a) a)) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 b))) b)) |
#s(approx (sqrt (- a b)) (*.f64 (fma.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))) b)) |
#s(approx (sqrt (- a b)) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (pow.f64 b #s(literal -5/2 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))))) b)) |
#s(approx (sqrt (- a b)) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64))) (pow.f64 b #s(literal -5/2 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) a) (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64))) (pow.f64 b #s(literal -7/2 binary64))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (/.f64 a (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))))) b)) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 a a)) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) a) (*.f64 (*.f64 a a) a)) (*.f64 (*.f64 (*.f64 (*.f64 b b) b) (*.f64 (*.f64 b b) b)) (pow.f64 #s(literal -1 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a a)) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))))) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal -1/2 binary64))) b)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) a) (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) b)) #s(literal 1/4 binary64))) b))) b)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (+ a b) (- a b)) (*.f64 (-.f64 (neg.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b))) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (* (+ a b) (- a b)) (*.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 #s(literal 0 binary64) a (neg.f64 (/.f64 (*.f64 a a) b))) b)) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (+ a b) (*.f64 (neg.f64 b) (-.f64 (/.f64 (neg.f64 a) b) #s(literal 1 binary64)))) |
#s(approx (- a b) (*.f64 (neg.f64 b) (+.f64 (/.f64 (neg.f64 a) b) #s(literal 1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) b)) #s(literal -1/2 binary64))) b)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (+ a b)) (sqrt (- a b))) (*.f64 (neg.f64 b) (+.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 0 binary64) a) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64)))) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 0 binary64) a) (fma.f64 a a (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) #s(literal -1 binary64))))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1 binary64)) b)) #s(literal 1/4 binary64))) b))) b)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (+ a b)) (neg.f64 (*.f64 (sqrt.f64 b) #s(literal -1 binary64)))) |
#s(approx (sqrt (+ a b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) #s(literal -1 binary64))))) |
#s(approx (sqrt (+ a b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 (/.f64 (*.f64 a a) #s(literal -1 binary64)) (pow.f64 b #s(literal -5/2 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) #s(literal -1 binary64)))))) |
#s(approx (sqrt (+ a b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 a a) #s(literal -1 binary64))) (pow.f64 b #s(literal -5/2 binary64)) (fma.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 a a) a) #s(literal 1 binary64))) (pow.f64 b #s(literal -7/2 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 b)) #s(literal -1 binary64))))))) |
#s(approx (sqrt (- a b)) (neg.f64 (sqrt.f64 (neg.f64 b)))) |
#s(approx (sqrt (- a b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) a)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (sqrt.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))))) |
#s(approx (sqrt (- a b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 b #s(literal -5/2 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) a)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (sqrt.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))))))) |
#s(approx (sqrt (- a b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 (*.f64 (*.f64 a a) (sqrt.f64 #s(literal -1 binary64))) (pow.f64 b #s(literal -5/2 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (pow.f64 b #s(literal -7/2 binary64)) (*.f64 (*.f64 (*.f64 a a) a) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) a)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 b b) b))) (sqrt.f64 (*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)))))))) |