\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(\left(\sqrt[3]{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}} \cdot \sqrt[3]{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right) \cdot \sqrt[3]{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right) \bmod a\right)\right|double f(double a) {
double r1019712 = a;
double r1019713 = expm1(r1019712);
double r1019714 = sin(r1019713);
double r1019715 = expm1(r1019714);
double r1019716 = atan(r1019712);
double r1019717 = atan2(r1019715, r1019716);
double r1019718 = fmod(r1019717, r1019712);
double r1019719 = fabs(r1019718);
return r1019719;
}
double f(double a) {
double r1019720 = a;
double r1019721 = expm1(r1019720);
double r1019722 = sin(r1019721);
double r1019723 = expm1(r1019722);
double r1019724 = atan(r1019720);
double r1019725 = atan2(r1019723, r1019724);
double r1019726 = cbrt(r1019725);
double r1019727 = r1019726 * r1019726;
double r1019728 = r1019727 * r1019726;
double r1019729 = fmod(r1019728, r1019720);
double r1019730 = fabs(r1019729);
return r1019730;
}



Bits error versus a
Initial program 33.2
rmApplied add-cube-cbrt33.3
Final simplification33.3
herbie shell --seed 2019163
(FPCore (a)
:name "Random Jason Timeout Test 006"
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))