e^{\left(x \cdot y\right) \cdot y}e^{\left(x \cdot y\right) \cdot y}double f(double x, double y) {
double r190553 = x;
double r190554 = y;
double r190555 = r190553 * r190554;
double r190556 = r190555 * r190554;
double r190557 = exp(r190556);
return r190557;
}
double f(double x, double y) {
double r190558 = x;
double r190559 = y;
double r190560 = r190558 * r190559;
double r190561 = r190560 * r190559;
double r190562 = exp(r190561);
return r190562;
}



Bits error versus x



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