\frac{x}{x + y}\frac{x}{x + y}double f(double x, double y) {
double r292730 = x;
double r292731 = y;
double r292732 = r292730 + r292731;
double r292733 = r292730 / r292732;
return r292733;
}
double f(double x, double y) {
double r292734 = x;
double r292735 = y;
double r292736 = r292734 + r292735;
double r292737 = r292734 / r292736;
return r292737;
}



Bits error versus x



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