


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.7
Taylor expanded around 0 17.0
Taylor expanded around -inf 5.9
Simplified5.9
if -3.41304251363267e-311 < x.re Initial program 34.4
Taylor expanded around 0 20.8
Taylor expanded around inf 11.5
Final simplification8.7
herbie shell --seed 2020181
(FPCore (x.re x.im y.re y.im)
:name "powComplex, real part"
:precision binary64
(* (exp (- (* (log (sqrt (+ (* x.re x.re) (* x.im x.im)))) y.re) (* (atan2 x.im x.re) y.im))) (cos (+ (* (log (sqrt (+ (* x.re x.re) (* x.im x.im)))) y.im) (* (atan2 x.im x.re) y.re)))))