


Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
if (/ (pow (- x.im) y.re) (pow (exp y.im) (atan2 x.im x.re))) < 1.021309008851333Initial program 31.9
Taylor expanded around 0 16.5
Applied simplify16.9
Taylor expanded around -inf 2.5
Applied simplify2.6
if 1.021309008851333 < (/ (pow (- x.im) y.re) (pow (exp y.im) (atan2 x.im x.re))) < +inf.0Initial program 38.1
Taylor expanded around 0 8.0
Applied simplify13.2
Taylor expanded around 0 13.4
Applied simplify18.2
if +inf.0 < (/ (pow (- x.im) y.re) (pow (exp y.im) (atan2 x.im x.re))) Initial program 32.5
Taylor expanded around 0 24.4
Applied simplify33.0
Taylor expanded around inf 18.8
Applied simplify19.7
Time bar (total: 47.1s)Debug logProfile
herbie shell --seed '#(1070991898 1055468627 4280279443 640792587 928206309 3646738750)'
(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)))))