\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 r15372 = a;
double r15373 = expm1(r15372);
double r15374 = sin(r15373);
double r15375 = expm1(r15374);
double r15376 = atan(r15372);
double r15377 = atan2(r15375, r15376);
double r15378 = fmod(r15377, r15372);
double r15379 = fabs(r15378);
return r15379;
}
double f(double a) {
double r15380 = a;
double r15381 = expm1(r15380);
double r15382 = sin(r15381);
double r15383 = expm1(r15382);
double r15384 = atan(r15380);
double r15385 = atan2(r15383, r15384);
double r15386 = fmod(r15385, r15380);
double r15387 = cbrt(r15386);
double r15388 = r15387 * r15387;
double r15389 = r15388 * r15387;
double r15390 = fabs(r15389);
return r15390;
}



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