\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 r14092 = a;
double r14093 = expm1(r14092);
double r14094 = sin(r14093);
double r14095 = expm1(r14094);
double r14096 = atan(r14092);
double r14097 = atan2(r14095, r14096);
double r14098 = fmod(r14097, r14092);
double r14099 = fabs(r14098);
return r14099;
}
double f(double a) {
double r14100 = a;
double r14101 = expm1(r14100);
double r14102 = sin(r14101);
double r14103 = expm1(r14102);
double r14104 = atan(r14100);
double r14105 = atan2(r14103, r14104);
double r14106 = cbrt(r14105);
double r14107 = r14106 * r14106;
double r14108 = r14107 * r14106;
double r14109 = fmod(r14108, r14100);
double r14110 = fabs(r14109);
return r14110;
}



Bits error versus a
Initial program 33.7
rmApplied add-cube-cbrt33.8
Final simplification33.8
herbie shell --seed 2020035 +o rules:numerics
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))