\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{\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{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}\right) \bmod a\right)}\right) \cdot \left(\left(\sqrt[3]{\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)}} \cdot \sqrt[3]{\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) \cdot \sqrt[3]{\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)\right|double f(double a) {
double r16816 = a;
double r16817 = expm1(r16816);
double r16818 = sin(r16817);
double r16819 = expm1(r16818);
double r16820 = atan(r16816);
double r16821 = atan2(r16819, r16820);
double r16822 = fmod(r16821, r16816);
double r16823 = fabs(r16822);
return r16823;
}
double f(double a) {
double r16824 = a;
double r16825 = expm1(r16824);
double r16826 = sin(r16825);
double r16827 = expm1(r16826);
double r16828 = atan(r16824);
double r16829 = atan2(r16827, r16828);
double r16830 = fmod(r16829, r16824);
double r16831 = cbrt(r16830);
double r16832 = r16831 * r16831;
double r16833 = cbrt(r16831);
double r16834 = r16833 * r16833;
double r16835 = r16834 * r16833;
double r16836 = r16832 * r16835;
double r16837 = fabs(r16836);
return r16837;
}



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