x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r119025 = x;
double r119026 = y;
double r119027 = sin(r119026);
double r119028 = r119027 / r119026;
double r119029 = r119025 * r119028;
return r119029;
}
double f(double x, double y) {
double r119030 = x;
double r119031 = y;
double r119032 = sin(r119031);
double r119033 = r119031 / r119032;
double r119034 = r119030 / r119033;
return r119034;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied clear-num0.2
rmApplied *-un-lft-identity0.2
Applied associate-*l*0.2
Simplified0.2
Final simplification0.2
herbie shell --seed 2019199 +o rules:numerics
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
(* x (/ (sin y) y)))