x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r125886 = x;
double r125887 = y;
double r125888 = sin(r125887);
double r125889 = r125888 / r125887;
double r125890 = r125886 * r125889;
return r125890;
}
double f(double x, double y) {
double r125891 = x;
double r125892 = y;
double r125893 = sin(r125892);
double r125894 = r125892 / r125893;
double r125895 = r125891 / r125894;
return r125895;
}



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 2019322
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
:precision binary64
(* x (/ (sin y) y)))