h1 + h2
h1 + h2
double code(double h1, double h2) {
return ((double) (h1 + h2));
}
double code(double h1, double h2) {
return ((double) (h1 + h2));
}



Bits error versus h1



Bits error versus h2
Results
Initial program 0
Final simplification0
herbie shell --seed 2020153
(FPCore (h1 h2)
:name "(+ h1 h2)"
:precision binary64
(+ h1 h2))