\sin x \cdot \frac{\sinh y}{y}\frac{\sin x}{\frac{y}{\sinh y}}double f(double x, double y) {
double r97349 = x;
double r97350 = sin(r97349);
double r97351 = y;
double r97352 = sinh(r97351);
double r97353 = r97352 / r97351;
double r97354 = r97350 * r97353;
return r97354;
}
double f(double x, double y) {
double r97355 = x;
double r97356 = sin(r97355);
double r97357 = y;
double r97358 = sinh(r97357);
double r97359 = r97357 / r97358;
double r97360 = r97356 / r97359;
return r97360;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied clear-num0.0
rmApplied pow10.0
Applied pow10.0
Applied pow-prod-down0.0
Simplified0.0
Final simplification0.0
herbie shell --seed 2019198 +o rules:numerics
(FPCore (x y)
:name "Linear.Quaternion:$ccos from linear-1.19.1.3"
(* (sin x) (/ (sinh y) y)))