e^{\log \left(\sqrt{x.re \cdot x.re + x.im \cdot x.im}\right) \cdot y.re - \tan^{-1}_* \frac{x.im}{x.re} \cdot y.im} \cdot \cos \left(\log \left(\sqrt{x.re \cdot x.re + x.im \cdot x.im}\right) \cdot y.im + \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\frac{\left(\sqrt[3]{\cos \left(\mathsf{fma}\left(y.im, \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right), \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\right)} \cdot \sqrt[3]{\sqrt[3]{\cos \left(\mathsf{fma}\left(y.im, \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right), \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\right)} \cdot \left(\sqrt[3]{\cos \left(\mathsf{fma}\left(y.im, \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right), \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\right)} \cdot \sqrt[3]{\cos \left(\mathsf{fma}\left(y.im, \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right), \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\right)}\right)}\right) \cdot \sqrt[3]{\sqrt[3]{\cos \left(\mathsf{fma}\left(y.im, \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right), \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\right)} \cdot \left(\sqrt[3]{\cos \left(\mathsf{fma}\left(y.im, \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right), \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\right)} \cdot \sqrt[3]{\cos \left(\mathsf{fma}\left(y.im, \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right), \tan^{-1}_* \frac{x.im}{x.re} \cdot y.re\right)\right)}\right)}}{e^{\tan^{-1}_* \frac{x.im}{x.re} \cdot y.im - y.re \cdot \log \left(\mathsf{hypot}\left(x.re, x.im\right)\right)}}double f(double x_re, double x_im, double y_re, double y_im) {
double r1253544 = x_re;
double r1253545 = r1253544 * r1253544;
double r1253546 = x_im;
double r1253547 = r1253546 * r1253546;
double r1253548 = r1253545 + r1253547;
double r1253549 = sqrt(r1253548);
double r1253550 = log(r1253549);
double r1253551 = y_re;
double r1253552 = r1253550 * r1253551;
double r1253553 = atan2(r1253546, r1253544);
double r1253554 = y_im;
double r1253555 = r1253553 * r1253554;
double r1253556 = r1253552 - r1253555;
double r1253557 = exp(r1253556);
double r1253558 = r1253550 * r1253554;
double r1253559 = r1253553 * r1253551;
double r1253560 = r1253558 + r1253559;
double r1253561 = cos(r1253560);
double r1253562 = r1253557 * r1253561;
return r1253562;
}
double f(double x_re, double x_im, double y_re, double y_im) {
double r1253563 = y_im;
double r1253564 = x_re;
double r1253565 = x_im;
double r1253566 = hypot(r1253564, r1253565);
double r1253567 = log(r1253566);
double r1253568 = atan2(r1253565, r1253564);
double r1253569 = y_re;
double r1253570 = r1253568 * r1253569;
double r1253571 = fma(r1253563, r1253567, r1253570);
double r1253572 = cos(r1253571);
double r1253573 = cbrt(r1253572);
double r1253574 = r1253573 * r1253573;
double r1253575 = r1253573 * r1253574;
double r1253576 = cbrt(r1253575);
double r1253577 = r1253573 * r1253576;
double r1253578 = r1253577 * r1253576;
double r1253579 = r1253568 * r1253563;
double r1253580 = r1253569 * r1253567;
double r1253581 = r1253579 - r1253580;
double r1253582 = exp(r1253581);
double r1253583 = r1253578 / r1253582;
return r1253583;
}



Bits error versus x.re



Bits error versus x.im



Bits error versus y.re



Bits error versus y.im
Initial program 32.7
Simplified3.3
rmApplied add-cube-cbrt3.3
rmApplied add-cube-cbrt3.3
rmApplied add-cube-cbrt3.3
Final simplification3.3
herbie shell --seed 2019172 +o rules:numerics
(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)))))