\frac{x}{x + y}\frac{x}{x + y}double f(double x, double y) {
double r185380 = x;
double r185381 = y;
double r185382 = r185380 + r185381;
double r185383 = r185380 / r185382;
return r185383;
}
double f(double x, double y) {
double r185384 = x;
double r185385 = y;
double r185386 = r185384 + r185385;
double r185387 = r185384 / r185386;
return r185387;
}



Bits error versus x



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