\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(\sqrt[3]{{\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 \sqrt[3]{\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(\left(\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)} \cdot \sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}\right) \cdot \sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}\right)}{\tan^{-1} a}\right)}^{3}}\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 r9301 = a;
double r9302 = expm1(r9301);
double r9303 = sin(r9302);
double r9304 = expm1(r9303);
double r9305 = atan(r9301);
double r9306 = atan2(r9304, r9305);
double r9307 = fmod(r9306, r9301);
double r9308 = fabs(r9307);
return r9308;
}
double f(double a) {
double r9309 = a;
double r9310 = expm1(r9309);
double r9311 = sin(r9310);
double r9312 = cbrt(r9311);
double r9313 = r9312 * r9312;
double r9314 = r9313 * r9312;
double r9315 = expm1(r9314);
double r9316 = atan(r9309);
double r9317 = atan2(r9315, r9316);
double r9318 = 3.0;
double r9319 = pow(r9317, r9318);
double r9320 = cbrt(r9319);
double r9321 = fmod(r9320, r9309);
double r9322 = cbrt(r9321);
double r9323 = r9322 * r9322;
double r9324 = expm1(r9311);
double r9325 = atan2(r9324, r9316);
double r9326 = fmod(r9325, r9309);
double r9327 = cbrt(r9326);
double r9328 = r9323 * r9327;
double r9329 = fabs(r9328);
return r9329;
}



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