\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(\sqrt[3]{\left(\left(\log \left(e^{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right)\right) \bmod a\right)} \cdot \sqrt[3]{\left(\left(\log \left(e^{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right)\right) \bmod a\right)}\right) \cdot \sqrt[3]{\left(\left(\log \left({\left(e^{\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)}^{\left(\sqrt[3]{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right)}\right)\right) \bmod a\right)}\right|double f(double a) {
double r11514 = a;
double r11515 = expm1(r11514);
double r11516 = sin(r11515);
double r11517 = expm1(r11516);
double r11518 = atan(r11514);
double r11519 = atan2(r11517, r11518);
double r11520 = fmod(r11519, r11514);
double r11521 = fabs(r11520);
return r11521;
}
double f(double a) {
double r11522 = a;
double r11523 = expm1(r11522);
double r11524 = sin(r11523);
double r11525 = expm1(r11524);
double r11526 = atan(r11522);
double r11527 = atan2(r11525, r11526);
double r11528 = exp(r11527);
double r11529 = log(r11528);
double r11530 = fmod(r11529, r11522);
double r11531 = cbrt(r11530);
double r11532 = r11531 * r11531;
double r11533 = cbrt(r11527);
double r11534 = r11533 * r11533;
double r11535 = exp(r11534);
double r11536 = pow(r11535, r11533);
double r11537 = log(r11536);
double r11538 = fmod(r11537, r11522);
double r11539 = cbrt(r11538);
double r11540 = r11532 * r11539;
double r11541 = fabs(r11540);
return r11541;
}



Bits error versus a
Initial program 33.0
rmApplied add-log-exp33.0
rmApplied add-cube-cbrt33.0
rmApplied add-cube-cbrt33.0
Applied exp-prod33.0
Final simplification33.0
herbie shell --seed 2020049
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))