\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(\log \left(e^{\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(\log \left(\sqrt[3]{{\left(e^{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right)}^{3}}\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 r7356 = a;
double r7357 = expm1(r7356);
double r7358 = sin(r7357);
double r7359 = expm1(r7358);
double r7360 = atan(r7356);
double r7361 = atan2(r7359, r7360);
double r7362 = fmod(r7361, r7356);
double r7363 = fabs(r7362);
return r7363;
}
double f(double a) {
double r7364 = a;
double r7365 = expm1(r7364);
double r7366 = sin(r7365);
double r7367 = expm1(r7366);
double r7368 = atan(r7364);
double r7369 = atan2(r7367, r7368);
double r7370 = exp(r7369);
double r7371 = log(r7370);
double r7372 = fmod(r7371, r7364);
double r7373 = cbrt(r7372);
double r7374 = 3.0;
double r7375 = pow(r7370, r7374);
double r7376 = cbrt(r7375);
double r7377 = log(r7376);
double r7378 = fmod(r7377, r7364);
double r7379 = cbrt(r7378);
double r7380 = r7373 * r7379;
double r7381 = fmod(r7369, r7364);
double r7382 = cbrt(r7381);
double r7383 = r7380 * r7382;
double r7384 = fabs(r7383);
return r7384;
}



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