x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r8078404 = x;
double r8078405 = y;
double r8078406 = sin(r8078405);
double r8078407 = r8078406 / r8078405;
double r8078408 = r8078404 * r8078407;
return r8078408;
}
double f(double x, double y) {
double r8078409 = x;
double r8078410 = y;
double r8078411 = sin(r8078410);
double r8078412 = r8078410 / r8078411;
double r8078413 = r8078409 / r8078412;
return r8078413;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied clear-num0.2
rmApplied un-div-inv0.2
Final simplification0.2
herbie shell --seed 2019163
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
(* x (/ (sin y) y)))