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



Bits error versus a



Bits error versus b
Results
Initial program 0.1
rmApplied add-cube-cbrt0.2
Final simplification0.2
herbie shell --seed 2020122 +o rules:numerics
(FPCore (a b)
:name "Random Jason Timeout Test 015"
:precision binary64
(sin (pow (sqrt (atan2 b b)) (- b a))))