x \cdot \frac{\sin y}{y}\frac{\sin y}{y} \cdot xdouble f(double x, double y) {
double r5225781 = x;
double r5225782 = y;
double r5225783 = sin(r5225782);
double r5225784 = r5225783 / r5225782;
double r5225785 = r5225781 * r5225784;
return r5225785;
}
double f(double x, double y) {
double r5225786 = y;
double r5225787 = sin(r5225786);
double r5225788 = r5225787 / r5225786;
double r5225789 = x;
double r5225790 = r5225788 * r5225789;
return r5225790;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied clear-num0.2
Taylor expanded around inf 0.1
Final simplification0.1
herbie shell --seed 2019168
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
(* x (/ (sin y) y)))