\frac{x}{x + y}\frac{x}{x + y}double f(double x, double y) {
double r333896 = x;
double r333897 = y;
double r333898 = r333896 + r333897;
double r333899 = r333896 / r333898;
return r333899;
}
double f(double x, double y) {
double r333900 = x;
double r333901 = y;
double r333902 = r333900 + r333901;
double r333903 = r333900 / r333902;
return r333903;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
Final simplification0.0
herbie shell --seed 2020047
(FPCore (x y)
:name "AI.Clustering.Hierarchical.Internal:average from clustering-0.2.1, A"
:precision binary64
(/ x (+ x y)))