{t}^{5}{t}^{5}double code(double t) {
return ((double) pow(t, 5.0));
}
double code(double t) {
return ((double) pow(t, 5.0));
}



Bits error versus t
Results
Initial program 0
Final simplification0
herbie shell --seed 2020153
(FPCore (t)
:name "(pow t 5)"
:precision binary64
(pow t 5.0))