x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r203785 = x;
double r203786 = y;
double r203787 = sin(r203786);
double r203788 = r203787 / r203786;
double r203789 = r203785 * r203788;
return r203789;
}
double f(double x, double y) {
double r203790 = x;
double r203791 = y;
double r203792 = sin(r203791);
double r203793 = r203791 / r203792;
double r203794 = r203790 / r203793;
return r203794;
}



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