\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(\tan^{-1}_* \frac{\left(\sqrt[3]{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)} \cdot \sqrt[3]{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}\right) \cdot \sqrt[3]{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}}{\tan^{-1} a}\right) \bmod a\right)} \cdot \sqrt[3]{\left(\left(\tan^{-1}_* \frac{\left(\sqrt[3]{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)} \cdot \sqrt[3]{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}\right) \cdot \sqrt[3]{\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(\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 r10819 = a;
double r10820 = expm1(r10819);
double r10821 = sin(r10820);
double r10822 = expm1(r10821);
double r10823 = atan(r10819);
double r10824 = atan2(r10822, r10823);
double r10825 = fmod(r10824, r10819);
double r10826 = fabs(r10825);
return r10826;
}
double f(double a) {
double r10827 = a;
double r10828 = expm1(r10827);
double r10829 = sin(r10828);
double r10830 = expm1(r10829);
double r10831 = cbrt(r10830);
double r10832 = r10831 * r10831;
double r10833 = r10832 * r10831;
double r10834 = atan(r10827);
double r10835 = atan2(r10833, r10834);
double r10836 = fmod(r10835, r10827);
double r10837 = cbrt(r10836);
double r10838 = r10837 * r10837;
double r10839 = atan2(r10830, r10834);
double r10840 = fmod(r10839, r10827);
double r10841 = cbrt(r10840);
double r10842 = r10838 * r10841;
double r10843 = fabs(r10842);
return r10843;
}



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