\frac{x}{x + y}\frac{x}{x + y}double f(double x, double y) {
double r269092 = x;
double r269093 = y;
double r269094 = r269092 + r269093;
double r269095 = r269092 / r269094;
return r269095;
}
double f(double x, double y) {
double r269096 = x;
double r269097 = y;
double r269098 = r269096 + r269097;
double r269099 = r269096 / r269098;
return r269099;
}



Bits error versus x



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