\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 r14066 = a;
double r14067 = expm1(r14066);
double r14068 = sin(r14067);
double r14069 = expm1(r14068);
double r14070 = atan(r14066);
double r14071 = atan2(r14069, r14070);
double r14072 = fmod(r14071, r14066);
double r14073 = fabs(r14072);
return r14073;
}
double f(double a) {
double r14074 = a;
double r14075 = expm1(r14074);
double r14076 = sin(r14075);
double r14077 = expm1(r14076);
double r14078 = atan(r14074);
double r14079 = atan2(r14077, r14078);
double r14080 = cbrt(r14079);
double r14081 = r14080 * r14080;
double r14082 = r14081 * r14080;
double r14083 = fmod(r14082, r14074);
double r14084 = fabs(r14083);
return r14084;
}



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