x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r7374926 = x;
double r7374927 = y;
double r7374928 = sin(r7374927);
double r7374929 = r7374928 / r7374927;
double r7374930 = r7374926 * r7374929;
return r7374930;
}
double f(double x, double y) {
double r7374931 = x;
double r7374932 = y;
double r7374933 = sin(r7374932);
double r7374934 = r7374932 / r7374933;
double r7374935 = r7374931 / r7374934;
return r7374935;
}



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)))