


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))) < 9.464379684618196e-12Initial program 32.6
Taylor expanded around 0 21.1
Applied simplify25.0
Taylor expanded around inf 9.5
Applied simplify9.9
rmApplied pow-exp9.5
Applied pow-to-exp9.5
Applied div-exp3.9
if 9.464379684618196e-12 < (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) < 1.3061494737156208e+269Initial program 33.3
Taylor expanded around 0 7.2
if 1.3061494737156208e+269 < (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) Initial program 32.2
Taylor expanded around 0 18.9
Applied simplify23.0
Taylor expanded around -inf 14.8
Applied simplify15.2
Time bar (total: 47.4s)Debug logProfile
herbie shell --seed 2018170
(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)))))