


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))) < 6.988397769717631e-22Initial program 32.5
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 6.988397769717631e-22 < (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) < 5.443192432795994e+295Initial program 34.1
Taylor expanded around 0 10.7
if 5.443192432795994e+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: 42.0s)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)))))