\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(\sqrt[3]{{\left(\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}\right)}^{3}}\right) \bmod a\right)\right|double f(double a) {
double r10601 = a;
double r10602 = expm1(r10601);
double r10603 = sin(r10602);
double r10604 = expm1(r10603);
double r10605 = atan(r10601);
double r10606 = atan2(r10604, r10605);
double r10607 = fmod(r10606, r10601);
double r10608 = fabs(r10607);
return r10608;
}
double f(double a) {
double r10609 = a;
double r10610 = expm1(r10609);
double r10611 = sin(r10610);
double r10612 = expm1(r10611);
double r10613 = atan(r10609);
double r10614 = atan2(r10612, r10613);
double r10615 = 3.0;
double r10616 = pow(r10614, r10615);
double r10617 = cbrt(r10616);
double r10618 = fmod(r10617, r10609);
double r10619 = fabs(r10618);
return r10619;
}



Bits error versus a
Initial program 33.6
rmApplied add-cbrt-cube33.6
Simplified33.6
Final simplification33.6
herbie shell --seed 2020089
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))