x \cdot \frac{\sin y}{y}\left(\frac{1}{y} \cdot \sin y\right) \cdot xdouble f(double x, double y) {
double r117666 = x;
double r117667 = y;
double r117668 = sin(r117667);
double r117669 = r117668 / r117667;
double r117670 = r117666 * r117669;
return r117670;
}
double f(double x, double y) {
double r117671 = 1.0;
double r117672 = y;
double r117673 = r117671 / r117672;
double r117674 = sin(r117672);
double r117675 = r117673 * r117674;
double r117676 = x;
double r117677 = r117675 * r117676;
return r117677;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
Simplified0.1
rmApplied div-inv0.3
Final simplification0.3
herbie shell --seed 2019195
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
(* x (/ (sin y) y)))