\cos x \cdot \frac{\sinh y}{y}\cos x \cdot \frac{1}{\sqrt[3]{{\left(\frac{y}{\sinh y}\right)}^{3}}}double code(double x, double y) {
return ((double) (((double) cos(x)) * ((double) (((double) sinh(y)) / y))));
}
double code(double x, double y) {
return ((double) (((double) cos(x)) * ((double) (1.0 / ((double) cbrt(((double) pow(((double) (y / ((double) sinh(y)))), 3.0))))))));
}



Bits error versus x



Bits error versus y
Results
Initial program 0.0
rmApplied clear-num0.0
rmApplied add-cbrt-cube40.8
Applied add-cbrt-cube41.4
Applied cbrt-undiv41.4
Simplified0.1
Final simplification0.1
herbie shell --seed 2020169
(FPCore (x y)
:name "Linear.Quaternion:$csin from linear-1.19.1.3"
:precision binary64
(* (cos x) (/ (sinh y) y)))