e^{\left(x \cdot y\right) \cdot y}{e}^{\left(\sqrt[3]{{\left(\left(y \cdot y\right) \cdot x\right)}^{2}} \cdot \sqrt[3]{\left(y \cdot y\right) \cdot x}\right)}double f(double x, double y) {
double r270144 = x;
double r270145 = y;
double r270146 = r270144 * r270145;
double r270147 = r270146 * r270145;
double r270148 = exp(r270147);
return r270148;
}
double f(double x, double y) {
double r270149 = exp(1.0);
double r270150 = y;
double r270151 = r270150 * r270150;
double r270152 = x;
double r270153 = r270151 * r270152;
double r270154 = 2.0;
double r270155 = pow(r270153, r270154);
double r270156 = cbrt(r270155);
double r270157 = cbrt(r270153);
double r270158 = r270156 * r270157;
double r270159 = pow(r270149, r270158);
return r270159;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied add-cbrt-cube0.8
Applied add-cbrt-cube0.8
Applied add-cbrt-cube14.8
Applied cbrt-unprod14.8
Applied cbrt-unprod14.8
Simplified0.0
rmApplied *-un-lft-identity0.0
Applied cbrt-prod0.0
Applied exp-prod0.0
Simplified0.0
rmApplied unpow30.0
Applied cbrt-prod0.0
Simplified0.0
Final simplification0.0
herbie shell --seed 2020042
(FPCore (x y)
:name "Data.Random.Distribution.Normal:normalF from random-fu-0.2.6.2"
:precision binary64
(exp (* (* x y) y)))