x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r149075 = x;
double r149076 = y;
double r149077 = sin(r149076);
double r149078 = r149077 / r149076;
double r149079 = r149075 * r149078;
return r149079;
}
double f(double x, double y) {
double r149080 = x;
double r149081 = y;
double r149082 = sin(r149081);
double r149083 = r149081 / r149082;
double r149084 = r149080 / r149083;
return r149084;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied clear-num0.2
rmApplied *-un-lft-identity0.2
Applied associate-*l*0.2
Simplified0.2
Final simplification0.2
herbie shell --seed 2020034
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
:precision binary64
(* x (/ (sin y) y)))