\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(\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}\right) \bmod a\right)}\right) \cdot \sqrt[3]{\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 f(double a) {
double r15687 = a;
double r15688 = expm1(r15687);
double r15689 = sin(r15688);
double r15690 = expm1(r15689);
double r15691 = atan(r15687);
double r15692 = atan2(r15690, r15691);
double r15693 = fmod(r15692, r15687);
double r15694 = fabs(r15693);
return r15694;
}
double f(double a) {
double r15695 = a;
double r15696 = expm1(r15695);
double r15697 = sin(r15696);
double r15698 = expm1(r15697);
double r15699 = atan(r15695);
double r15700 = atan2(r15698, r15699);
double r15701 = exp(r15700);
double r15702 = log(r15701);
double r15703 = fmod(r15702, r15695);
double r15704 = cbrt(r15703);
double r15705 = fmod(r15700, r15695);
double r15706 = cbrt(r15705);
double r15707 = r15704 * r15706;
double r15708 = 0.5;
double r15709 = pow(r15701, r15708);
double r15710 = r15709 * r15709;
double r15711 = log(r15710);
double r15712 = fmod(r15711, r15695);
double r15713 = cbrt(r15712);
double r15714 = r15707 * r15713;
double r15715 = fabs(r15714);
return r15715;
}



Bits error versus a
Initial program 33.0
rmApplied add-log-exp33.0
rmApplied add-cube-cbrt33.0
Taylor expanded around 0 33.0
rmApplied add-sqr-sqrt33.0
Simplified33.0
Simplified33.0
Final simplification33.0
herbie shell --seed 2019344
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))