x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r7480721 = x;
double r7480722 = y;
double r7480723 = sin(r7480722);
double r7480724 = r7480723 / r7480722;
double r7480725 = r7480721 * r7480724;
return r7480725;
}
double f(double x, double y) {
double r7480726 = x;
double r7480727 = y;
double r7480728 = sin(r7480727);
double r7480729 = r7480727 / r7480728;
double r7480730 = r7480726 / r7480729;
return r7480730;
}



Bits error versus x



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