x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r88906 = x;
double r88907 = y;
double r88908 = sin(r88907);
double r88909 = r88908 / r88907;
double r88910 = r88906 * r88909;
return r88910;
}
double f(double x, double y) {
double r88911 = x;
double r88912 = y;
double r88913 = sin(r88912);
double r88914 = r88912 / r88913;
double r88915 = r88911 / r88914;
return r88915;
}



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 2019199
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
(* x (/ (sin y) y)))