\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(\left(\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)} \cdot \sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}\right) \cdot \sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}\right)}{\tan^{-1} a}\right)}^{3}}\right) \bmod a\right)\right|double f(double a) {
double r19812 = a;
double r19813 = expm1(r19812);
double r19814 = sin(r19813);
double r19815 = expm1(r19814);
double r19816 = atan(r19812);
double r19817 = atan2(r19815, r19816);
double r19818 = fmod(r19817, r19812);
double r19819 = fabs(r19818);
return r19819;
}
double f(double a) {
double r19820 = a;
double r19821 = expm1(r19820);
double r19822 = sin(r19821);
double r19823 = cbrt(r19822);
double r19824 = r19823 * r19823;
double r19825 = r19824 * r19823;
double r19826 = expm1(r19825);
double r19827 = atan(r19820);
double r19828 = atan2(r19826, r19827);
double r19829 = 3.0;
double r19830 = pow(r19828, r19829);
double r19831 = cbrt(r19830);
double r19832 = fmod(r19831, r19820);
double r19833 = fabs(r19832);
return r19833;
}



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