x \cdot \frac{\sin y}{y}\frac{\sin y}{y} \cdot xdouble f(double x, double y) {
double r6479341 = x;
double r6479342 = y;
double r6479343 = sin(r6479342);
double r6479344 = r6479343 / r6479342;
double r6479345 = r6479341 * r6479344;
return r6479345;
}
double f(double x, double y) {
double r6479346 = y;
double r6479347 = sin(r6479346);
double r6479348 = r6479347 / r6479346;
double r6479349 = x;
double r6479350 = r6479348 * r6479349;
return r6479350;
}



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)))