\sin x \cdot \frac{\sinh y}{y}\left(\sin x \cdot \sqrt{\frac{\sinh y}{y}}\right) \cdot e^{\log \left(\sqrt{\sqrt[3]{\frac{\sinh y}{y}} \cdot \sqrt[3]{\frac{\sinh y}{y}}}\right) + \log \left(\sqrt{\sqrt[3]{\frac{\sinh y}{y}}}\right)}double code(double x, double y) {
return (sin(x) * (sinh(y) / y));
}
double code(double x, double y) {
return ((sin(x) * sqrt((sinh(y) / y))) * exp((log(sqrt((cbrt((sinh(y) / y)) * cbrt((sinh(y) / y))))) + log(sqrt(cbrt((sinh(y) / y)))))));
}



Bits error versus x



Bits error versus y
Results
Initial program 0.1
rmApplied add-sqr-sqrt0.1
Applied associate-*r*0.1
rmApplied add-exp-log0.1
rmApplied add-cube-cbrt0.1
Applied sqrt-prod0.1
Applied log-prod0.1
Final simplification0.1
herbie shell --seed 2020078 +o rules:numerics
(FPCore (x y)
:name "Linear.Quaternion:$ccos from linear-1.19.1.3"
:precision binary64
(* (sin x) (/ (sinh y) y)))