x \cdot \frac{\sin y}{y}\frac{x}{\frac{y}{\sin y}}double f(double x, double y) {
double r7488645 = x;
double r7488646 = y;
double r7488647 = sin(r7488646);
double r7488648 = r7488647 / r7488646;
double r7488649 = r7488645 * r7488648;
return r7488649;
}
double f(double x, double y) {
double r7488650 = x;
double r7488651 = y;
double r7488652 = sin(r7488651);
double r7488653 = r7488651 / r7488652;
double r7488654 = r7488650 / r7488653;
return r7488654;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied clear-num0.2
rmApplied un-div-inv0.2
Final simplification0.2
herbie shell --seed 2019179
(FPCore (x y)
:name "Linear.Quaternion:$cexp from linear-1.19.1.3"
(* x (/ (sin y) y)))