{h1}^{2}{h1}^{2}double code(double h1) {
return ((double) pow(h1, 2.0));
}
double code(double h1) {
return ((double) pow(h1, 2.0));
}



Bits error versus h1
Results
Initial program 0
Final simplification0
herbie shell --seed 2020152
(FPCore (h1)
:name "(pow h1 2)"
:precision binary64
(pow h1 2.0))