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



Bits error versus x



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