\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(\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 \log \left(e^{\sqrt[3]{\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(\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 \log \left(e^{\sqrt[3]{\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(\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 r12796 = a;
double r12797 = expm1(r12796);
double r12798 = sin(r12797);
double r12799 = expm1(r12798);
double r12800 = atan(r12796);
double r12801 = atan2(r12799, r12800);
double r12802 = fmod(r12801, r12796);
double r12803 = fabs(r12802);
return r12803;
}
double f(double a) {
double r12804 = a;
double r12805 = expm1(r12804);
double r12806 = sin(r12805);
double r12807 = expm1(r12806);
double r12808 = atan(r12804);
double r12809 = atan2(r12807, r12808);
double r12810 = cbrt(r12809);
double r12811 = r12810 * r12810;
double r12812 = exp(r12810);
double r12813 = log(r12812);
double r12814 = r12811 * r12813;
double r12815 = fmod(r12814, r12804);
double r12816 = cbrt(r12815);
double r12817 = r12816 * r12816;
double r12818 = fmod(r12809, r12804);
double r12819 = cbrt(r12818);
double r12820 = r12817 * r12819;
double r12821 = fabs(r12820);
return r12821;
}



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