


Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
Results
if x.im < -4.316154550918094e-28 or -6.461622072226225e-116 < x.im < -3.05873839094285e-310Initial program 36.0
Taylor expanded around 0 21.3
Applied simplify24.8
Taylor expanded around -inf 13.5
Applied simplify14.1
rmApplied pow-exp13.5
if -4.316154550918094e-28 < x.im < -6.461622072226225e-116Initial program 19.2
rmApplied add-cbrt-cube19.2
Applied simplify19.2
if -3.05873839094285e-310 < x.im < 5.245455971492494e-17Initial program 25.0
Taylor expanded around 0 16.1
if 5.245455971492494e-17 < x.im Initial program 39.4
Taylor expanded around 0 23.2
Applied simplify27.8
Taylor expanded around inf 8.5
Applied simplify8.9
Time bar (total: 39.3s)Debug logProfile
herbie shell --seed 2020178
(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)))))