\frac{x}{\log x}\frac{x}{\log x}double code(double x) {
return ((double) (x / ((double) log(x))));
}
double code(double x) {
return ((double) (x / ((double) log(x))));
}



Bits error versus x
Results
Initial program 0.3
Final simplification0.3
herbie shell --seed 2020153
(FPCore (x)
:name "(/ x (log x))"
:precision binary64
(/ x (log x)))