


Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
Results
if x.im < -1.1914450070523e-310Initial program 32.8
Taylor expanded around 0 19.8
Applied simplify24.0
Taylor expanded around -inf 14.4
Applied simplify14.9
rmApplied pow-exp14.4
Applied add-exp-log14.4
Applied pow-exp14.4
Applied div-exp9.6
if -1.1914450070523e-310 < x.im < 8.007373520970539e+48Initial program 25.0
Taylor expanded around 0 16.4
if 8.007373520970539e+48 < x.im Initial program 44.9
Taylor expanded around 0 25.3
Applied simplify29.5
Taylor expanded around inf 8.0
Applied simplify8.1
Time bar (total: 1.1m)Debug logProfile
herbie shell --seed 2018206
(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)))))