x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r145696 = x;
double r145697 = y;
double r145698 = sin(r145697);
double r145699 = r145698 / r145697;
double r145700 = r145696 * r145699;
return r145700;
}
double f(double x, double y) {
double r145701 = x;
double r145702 = y;
double r145703 = sin(r145702);
double r145704 = r145702 / r145703;
double r145705 = r145701 / r145704;
return r145705;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied add-cube-cbrt1.3
Applied *-un-lft-identity1.3
Applied times-frac1.3
Applied associate-*r*6.5
Simplified6.5
rmApplied *-un-lft-identity6.5
Applied associate-*l*6.5
Simplified7.0
rmApplied associate-/l*0.1
Final simplification0.1
herbie shell --seed 2020027
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
:precision binary64
(* x (/ (sin y) y)))