\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(e^{\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}}\right)\right) \bmod a\right)}\right) \cdot \sqrt[3]{\left(\sqrt[3]{\left(\left(\sqrt[3]{{\left(\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}\right)}^{3}}\right) \bmod a\right)} \cdot \sqrt[3]{\left(\left(\sqrt[3]{{\left(\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}\right)}^{3}}\right) \bmod a\right)}\right) \cdot \sqrt[3]{\left(\left(\sqrt[3]{{\left(\tan^{-1}_* \frac{\mathsf{expm1}\left(\sin \left(\mathsf{expm1}\left(a\right)\right)\right)}{\tan^{-1} a}\right)}^{3}}\right) \bmod a\right)}}\right|double f(double a) {
double r14386 = a;
double r14387 = expm1(r14386);
double r14388 = sin(r14387);
double r14389 = expm1(r14388);
double r14390 = atan(r14386);
double r14391 = atan2(r14389, r14390);
double r14392 = fmod(r14391, r14386);
double r14393 = fabs(r14392);
return r14393;
}
double f(double a) {
double r14394 = a;
double r14395 = expm1(r14394);
double r14396 = sin(r14395);
double r14397 = expm1(r14396);
double r14398 = atan(r14394);
double r14399 = atan2(r14397, r14398);
double r14400 = exp(r14399);
double r14401 = log(r14400);
double r14402 = fmod(r14401, r14394);
double r14403 = cbrt(r14402);
double r14404 = r14403 * r14403;
double r14405 = 3.0;
double r14406 = pow(r14399, r14405);
double r14407 = cbrt(r14406);
double r14408 = fmod(r14407, r14394);
double r14409 = cbrt(r14408);
double r14410 = r14409 * r14409;
double r14411 = r14410 * r14409;
double r14412 = cbrt(r14411);
double r14413 = r14404 * r14412;
double r14414 = fabs(r14413);
return r14414;
}



Bits error versus a
Initial program 33.7
rmApplied add-log-exp33.7
rmApplied add-cube-cbrt33.7
rmApplied add-cbrt-cube33.7
Simplified33.6
rmApplied add-cube-cbrt33.6
Final simplification33.6
herbie shell --seed 2019291
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))