


Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
if x.re < -3.41304251363267e-311Initial program 31.8
Taylor expanded around -inf 20.6
Simplified20.6
if -3.41304251363267e-311 < x.re Initial program 34.6
Taylor expanded around inf 23.9
Simplified23.9
Final simplification22.3
herbie shell --seed 2020181
(FPCore (x.re x.im y.re y.im)
:name "powComplex, imaginary part"
:precision binary64
(* (exp (- (* (log (sqrt (+ (* x.re x.re) (* x.im x.im)))) y.re) (* (atan2 x.im x.re) y.im))) (sin (+ (* (log (sqrt (+ (* x.re x.re) (* x.im x.im)))) y.im) (* (atan2 x.im x.re) y.re)))))