\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 \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 r16984 = a;
double r16985 = expm1(r16984);
double r16986 = sin(r16985);
double r16987 = expm1(r16986);
double r16988 = atan(r16984);
double r16989 = atan2(r16987, r16988);
double r16990 = fmod(r16989, r16984);
double r16991 = fabs(r16990);
return r16991;
}
double f(double a) {
double r16992 = a;
double r16993 = expm1(r16992);
double r16994 = sin(r16993);
double r16995 = expm1(r16994);
double r16996 = atan(r16992);
double r16997 = atan2(r16995, r16996);
double r16998 = fmod(r16997, r16992);
double r16999 = cbrt(r16998);
double r17000 = r16999 * r16999;
double r17001 = r17000 * r16999;
double r17002 = fabs(r17001);
return r17002;
}



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