


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))) < 1.381165813100704e-14Initial program 32.2
Taylor expanded around 0 20.5
Applied simplify24.4
Taylor expanded around inf 9.1
Applied simplify9.7
rmApplied pow-exp9.1
Applied pow-to-exp9.1
Applied div-exp3.7
if 1.381165813100704e-14 < (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) < 5.913917643711917e+204Initial program 31.7
rmApplied add-cube-cbrt31.7
Taylor expanded around 0 10.6
Applied simplify12.2
if 5.913917643711917e+204 < (- (* (log x.im) y.re) (* y.im (atan2 x.im x.re))) Initial program 32.6
Taylor expanded around 0 18.6
Applied simplify22.4
Taylor expanded around -inf 15.6
Applied simplify16.1
Time bar (total: 50.1s)Debug logProfile
herbie shell --seed '#(1072936661 1621281212 3440817831 3219514234 460296804 1258167384)'
(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)))))