\frac{x}{\log \left(x \cdot y\right)}\frac{x}{\log \left(x \cdot y\right)}double code(double x, double y) {
return ((double) (x / ((double) log(((double) (x * y))))));
}
double code(double x, double y) {
return ((double) (x / ((double) log(((double) (x * y))))));
}



Bits error versus x



Bits error versus y
Results
Initial program 14.9
Final simplification14.9
herbie shell --seed 2020153
(FPCore (x y)
:name "(/ x (log (* x y)))"
:precision binary64
(/ x (log (* x y))))