\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 r16492 = a;
double r16493 = expm1(r16492);
double r16494 = sin(r16493);
double r16495 = expm1(r16494);
double r16496 = atan(r16492);
double r16497 = atan2(r16495, r16496);
double r16498 = fmod(r16497, r16492);
double r16499 = fabs(r16498);
return r16499;
}
double f(double a) {
double r16500 = a;
double r16501 = expm1(r16500);
double r16502 = sin(r16501);
double r16503 = expm1(r16502);
double r16504 = atan(r16500);
double r16505 = atan2(r16503, r16504);
double r16506 = fmod(r16505, r16500);
double r16507 = cbrt(r16506);
double r16508 = r16507 * r16507;
double r16509 = r16508 * r16507;
double r16510 = fabs(r16509);
return r16510;
}



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)))