\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(\left(\tan^{-1}_* \frac{\mathsf{expm1}\left(\left(\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)} \cdot \sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}\right) \cdot {\left(\sqrt[3]{\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}}\right)}^{3}\right)}{\tan^{-1} a}\right) \bmod a\right)\right|double f(double a) {
double r31502 = a;
double r31503 = expm1(r31502);
double r31504 = sin(r31503);
double r31505 = expm1(r31504);
double r31506 = atan(r31502);
double r31507 = atan2(r31505, r31506);
double r31508 = fmod(r31507, r31502);
double r31509 = fabs(r31508);
return r31509;
}
double f(double a) {
double r31510 = a;
double r31511 = expm1(r31510);
double r31512 = sin(r31511);
double r31513 = cbrt(r31512);
double r31514 = r31513 * r31513;
double r31515 = cbrt(r31513);
double r31516 = 3.0;
double r31517 = pow(r31515, r31516);
double r31518 = r31514 * r31517;
double r31519 = expm1(r31518);
double r31520 = atan(r31510);
double r31521 = atan2(r31519, r31520);
double r31522 = fmod(r31521, r31510);
double r31523 = fabs(r31522);
return r31523;
}



Bits error versus a
Initial program 33.0
rmApplied add-cube-cbrt33.0
rmApplied add-cube-cbrt33.1
Simplified33.1
rmApplied pow133.1
Applied pow-prod-up33.1
Simplified33.1
Final simplification33.1
herbie shell --seed 2019310
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))