


Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
Results
if (- (* (log x.re) y.re) (* y.im (atan2 x.im x.re))) < 337.88814545390676Initial program 33.1
Taylor expanded around 0 22.7
Applied simplify25.3
Taylor expanded around 0 11.0
Applied simplify12.3
rmApplied pow-exp11.0
Applied pow-to-exp11.0
Applied div-exp7.7
if 337.88814545390676 < (- (* (log x.re) y.re) (* y.im (atan2 x.im x.re))) < 8.40903774496184e+275Initial program 30.9
Taylor expanded around inf 0.1
if 8.40903774496184e+275 < (- (* (log x.re) y.re) (* y.im (atan2 x.im x.re))) Initial program 30.8
Taylor expanded around -inf 17.7
Time bar (total: 54.8s)Debug logProfile
herbie shell --seed 2018198
(FPCore (x.re x.im y.re y.im)
:name "powComplex, real part"
(* (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)))))