x \cdot \frac{\sin y}{y}\frac{\sin y}{y} \cdot xdouble f(double x, double y) {
double r103852 = x;
double r103853 = y;
double r103854 = sin(r103853);
double r103855 = r103854 / r103853;
double r103856 = r103852 * r103855;
return r103856;
}
double f(double x, double y) {
double r103857 = y;
double r103858 = sin(r103857);
double r103859 = r103858 / r103857;
double r103860 = x;
double r103861 = r103859 * r103860;
return r103861;
}



Bits error versus x



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