\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 r16547 = a;
double r16548 = expm1(r16547);
double r16549 = sin(r16548);
double r16550 = expm1(r16549);
double r16551 = atan(r16547);
double r16552 = atan2(r16550, r16551);
double r16553 = fmod(r16552, r16547);
double r16554 = fabs(r16553);
return r16554;
}
double f(double a) {
double r16555 = a;
double r16556 = expm1(r16555);
double r16557 = sin(r16556);
double r16558 = expm1(r16557);
double r16559 = atan(r16555);
double r16560 = atan2(r16558, r16559);
double r16561 = cbrt(r16560);
double r16562 = r16561 * r16561;
double r16563 = r16562 * r16561;
double r16564 = fmod(r16563, r16555);
double r16565 = fabs(r16564);
return r16565;
}



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