\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(\sqrt[3]{{\left(\tan^{-1}_* \frac{\mathsf{expm1}\left(\left(\left(\sqrt[3]{\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}} \cdot \sqrt[3]{\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}}\right) \cdot \left(\left(\sqrt[3]{{\left(\sqrt[3]{\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}}\right)}^{4}} \cdot \sqrt[3]{{\left(\sqrt[3]{\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}}\right)}^{4}}\right) \cdot \sqrt[3]{{\left(\sqrt[3]{\sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}}\right)}^{4}}\right)\right) \cdot \sqrt[3]{\sin \left(\mathsf{expm1}\left(a\right)\right)}\right)}{\tan^{-1} a}\right)}^{3}}\right) \bmod a\right)\right|double f(double a) {
double r13285 = a;
double r13286 = expm1(r13285);
double r13287 = sin(r13286);
double r13288 = expm1(r13287);
double r13289 = atan(r13285);
double r13290 = atan2(r13288, r13289);
double r13291 = fmod(r13290, r13285);
double r13292 = fabs(r13291);
return r13292;
}
double f(double a) {
double r13293 = a;
double r13294 = expm1(r13293);
double r13295 = sin(r13294);
double r13296 = cbrt(r13295);
double r13297 = cbrt(r13296);
double r13298 = r13297 * r13297;
double r13299 = 4.0;
double r13300 = pow(r13297, r13299);
double r13301 = cbrt(r13300);
double r13302 = r13301 * r13301;
double r13303 = r13302 * r13301;
double r13304 = r13298 * r13303;
double r13305 = r13304 * r13296;
double r13306 = expm1(r13305);
double r13307 = atan(r13293);
double r13308 = atan2(r13306, r13307);
double r13309 = 3.0;
double r13310 = pow(r13308, r13309);
double r13311 = cbrt(r13310);
double r13312 = fmod(r13311, r13293);
double r13313 = fabs(r13312);
return r13313;
}



Bits error versus a
Initial program 33.4
rmApplied add-cbrt-cube33.4
Simplified33.4
rmApplied add-cube-cbrt33.4
rmApplied add-cube-cbrt33.5
Applied associate-*l*33.5
Simplified33.5
rmApplied add-cube-cbrt33.5
Final simplification33.5
herbie shell --seed 2020042
(FPCore (a)
:name "Random Jason Timeout Test 006"
:precision binary64
(fabs (fmod (atan2 (expm1 (sin (expm1 a))) (atan a)) a)))