\sin \left({\left(\sqrt{\tan^{-1}_* \frac{b}{b}}\right)}^{\left(b - a\right)}\right)\sin \left(\sqrt[3]{{\left({\left({\left(\tan^{-1}_* \frac{b}{b}\right)}^{\left(b - a\right)}\right)}^{\left(\sqrt{\frac{3}{2}}\right)}\right)}^{\left(\sqrt{\frac{3}{2}}\right)}}\right)double code(double a, double b) {
return sin(pow(sqrt(atan2(b, b)), (b - a)));
}
double code(double a, double b) {
return sin(cbrt(pow(pow(pow(atan2(b, b), (b - a)), sqrt(1.5)), sqrt(1.5))));
}



Bits error versus a



Bits error versus b
Results
Initial program 0.1
rmApplied pow1/20.1
Applied pow-pow0.1
rmApplied add-cbrt-cube0.1
Simplified0.1
rmApplied add-sqr-sqrt0.1
Applied pow-unpow0.1
Final simplification0.1
herbie shell --seed 2020079
(FPCore (a b)
:name "Random Jason Timeout Test 003"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))