


Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
Results
if (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) < 2.8940877873650243e-24Initial program 32.6
Taylor expanded around 0 21.0
Applied simplify24.8
Taylor expanded around inf 9.2
Applied simplify9.7
rmApplied pow-exp9.2
Applied pow-to-exp9.2
Applied div-exp4.2
if 2.8940877873650243e-24 < (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) < 5.744884232635258e+295Initial program 33.8
Taylor expanded around 0 10.8
if 5.744884232635258e+295 < (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) Initial program 32.4
Taylor expanded around 0 19.3
Applied simplify22.8
Taylor expanded around -inf 14.4
Applied simplify14.8
Time bar (total: 40.2s)Debug logProfile
herbie shell --seed 2018167
(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)))))