e^{\left(x \cdot y\right) \cdot y}e^{\left(x \cdot y\right) \cdot y}double f(double x, double y) {
double r162597 = x;
double r162598 = y;
double r162599 = r162597 * r162598;
double r162600 = r162599 * r162598;
double r162601 = exp(r162600);
return r162601;
}
double f(double x, double y) {
double r162602 = x;
double r162603 = y;
double r162604 = r162602 * r162603;
double r162605 = r162604 * r162603;
double r162606 = exp(r162605);
return r162606;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
Final simplification0.0
herbie shell --seed 2019326
(FPCore (x y)
:name "Data.Random.Distribution.Normal:normalF from random-fu-0.2.6.2"
:precision binary64
(exp (* (* x y) y)))