x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r133229 = x;
double r133230 = y;
double r133231 = sin(r133230);
double r133232 = r133231 / r133230;
double r133233 = r133229 * r133232;
return r133233;
}
double f(double x, double y) {
double r133234 = x;
double r133235 = y;
double r133236 = sin(r133235);
double r133237 = r133235 / r133236;
double r133238 = r133234 / r133237;
return r133238;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied pow10.1
Applied pow10.1
Applied pow-prod-down0.1
Simplified7.2
rmApplied associate-/l*0.1
Final simplification0.1
herbie shell --seed 2020045 +o rules:numerics
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
:precision binary64
(* x (/ (sin y) y)))