e^{\left(x \cdot y\right) \cdot y}e^{\left(x \cdot y\right) \cdot y}double f(double x, double y) {
double r202805 = x;
double r202806 = y;
double r202807 = r202805 * r202806;
double r202808 = r202807 * r202806;
double r202809 = exp(r202808);
return r202809;
}
double f(double x, double y) {
double r202810 = x;
double r202811 = y;
double r202812 = r202810 * r202811;
double r202813 = r202812 * r202811;
double r202814 = exp(r202813);
return r202814;
}



Bits error versus x



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