x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r115714 = x;
double r115715 = y;
double r115716 = sin(r115715);
double r115717 = r115716 / r115715;
double r115718 = r115714 * r115717;
return r115718;
}
double f(double x, double y) {
double r115719 = x;
double r115720 = y;
double r115721 = sin(r115720);
double r115722 = r115720 / r115721;
double r115723 = r115719 / r115722;
return r115723;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied clear-num0.2
rmApplied pow10.2
Applied pow10.2
Applied pow-prod-down0.2
Simplified0.1
Final simplification0.1
herbie shell --seed 2019356
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
:precision binary64
(* x (/ (sin y) y)))