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



Bits error versus x



Bits error versus y
Results
Initial program 15.7
Final simplification15.7
herbie shell --seed 2020152
(FPCore (x y)
:name "(log (* x y))"
:precision binary64
(log (* x y)))