\left|\left(\left(\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}\right) \bmod a\right)\right|\left|\left(\left(\log \left({\left(e^{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right)}^{\frac{1}{2}} \cdot {\left(e^{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right)}^{\frac{1}{2}}\right)\right) \bmod a\right)\right|double code(double a) {
return ((double) fabs(((double) fmod(((double) atan2(((double) expm1(((double) sin(((double) expm1(a)))))), ((double) atan(a)))), a))));
}
double code(double a) {
return ((double) fabs(((double) fmod(((double) log(((double) (((double) pow(((double) exp(((double) atan2(((double) expm1(((double) sin(((double) expm1(a)))))), ((double) atan(a)))))), 0.5)) * ((double) pow(((double) exp(((double) atan2(((double) expm1(((double) sin(((double) expm1(a)))))), ((double) atan(a)))))), 0.5)))))), a))));
}



Bits error versus a
Results
Initial program 33.2
rmApplied add-log-exp33.2
rmApplied add-sqr-sqrt33.3
Simplified33.3
Simplified33.3
Final simplification33.3
herbie shell --seed 2020130
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))