\cos x \cdot \frac{\sinh y}{y}\frac{\cos x \cdot \sinh y}{y}double f(double x, double y) {
double r94811 = x;
double r94812 = cos(r94811);
double r94813 = y;
double r94814 = sinh(r94813);
double r94815 = r94814 / r94813;
double r94816 = r94812 * r94815;
return r94816;
}
double f(double x, double y) {
double r94817 = x;
double r94818 = cos(r94817);
double r94819 = y;
double r94820 = sinh(r94819);
double r94821 = r94818 * r94820;
double r94822 = r94821 / r94819;
return r94822;
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied add-cube-cbrt0.0
rmApplied pow1/30.0
Applied pow1/30.0
Applied pow-prod-up0.0
Simplified0.0
Final simplification0.1
herbie shell --seed 2019308
(FPCore (x y)
:name "Linear.Quaternion:$csin from linear-1.19.1.3"
:precision binary64
(* (cos x) (/ (sinh y) y)))