\sin x \cdot \frac{\sinh y}{y}\frac{\sinh y}{y} \cdot \sin xdouble f(double x, double y) {
double r116677 = x;
double r116678 = sin(r116677);
double r116679 = y;
double r116680 = sinh(r116679);
double r116681 = r116680 / r116679;
double r116682 = r116678 * r116681;
return r116682;
}
double f(double x, double y) {
double r116683 = y;
double r116684 = sinh(r116683);
double r116685 = r116684 / r116683;
double r116686 = x;
double r116687 = sin(r116686);
double r116688 = r116685 * r116687;
return r116688;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied add-cbrt-cube41.7
Applied add-cbrt-cube41.2
Applied cbrt-undiv41.2
Simplified0.2
Final simplification0.0
herbie shell --seed 2019303
(FPCore (x y)
:name "Linear.Quaternion:$ccos from linear-1.19.1.3"
:precision binary64
(* (sin x) (/ (sinh y) y)))