


Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
if x.re < -3.8865966887532446e-308Initial program 32.0
Taylor expanded around 0 18.6
Taylor expanded around -inf 5.8
Simplified5.8
if -3.8865966887532446e-308 < x.re < 1.4668072428131629e-52Initial program 25.3
Taylor expanded around 0 14.1
if 1.4668072428131629e-52 < x.re Initial program 41.2
Taylor expanded around 0 26.3
Taylor expanded around inf 11.5
Simplified15.9
Final simplification10.7
herbie shell --seed 2020180
(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)))))