\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 r7342 = a;
double r7343 = expm1(r7342);
double r7344 = sin(r7343);
double r7345 = expm1(r7344);
double r7346 = atan(r7342);
double r7347 = atan2(r7345, r7346);
double r7348 = fmod(r7347, r7342);
double r7349 = fabs(r7348);
return r7349;
}
double f(double a) {
double r7350 = a;
double r7351 = expm1(r7350);
double r7352 = sin(r7351);
double r7353 = expm1(r7352);
double r7354 = atan(r7350);
double r7355 = atan2(r7353, r7354);
double r7356 = fmod(r7355, r7350);
double r7357 = cbrt(r7356);
double r7358 = r7357 * r7357;
double r7359 = r7358 * r7357;
double r7360 = fabs(r7359);
return r7360;
}



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