\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right){e}^{\left(\sqrt[3]{{\left(\sqrt[3]{{\left(\log \left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)\right)}^{3}}\right)}^{3}}\right)}double f(double a, double c) {
double r13198 = c;
double r13199 = cosh(r13198);
double r13200 = a;
double r13201 = log1p(r13200);
double r13202 = fmod(r13199, r13201);
return r13202;
}
double f(double a, double c) {
double r13203 = exp(1.0);
double r13204 = c;
double r13205 = cosh(r13204);
double r13206 = a;
double r13207 = log1p(r13206);
double r13208 = fmod(r13205, r13207);
double r13209 = log(r13208);
double r13210 = 3.0;
double r13211 = pow(r13209, r13210);
double r13212 = cbrt(r13211);
double r13213 = pow(r13212, r13210);
double r13214 = cbrt(r13213);
double r13215 = pow(r13203, r13214);
return r13215;
}



Bits error versus a



Bits error versus c
Initial program 34.3
rmApplied add-exp-log34.3
rmApplied add-cbrt-cube34.3
Simplified34.3
rmApplied pow134.3
Applied log-pow34.3
Applied unpow-prod-down34.3
Applied cbrt-prod34.3
Applied exp-prod34.3
Simplified34.3
rmApplied add-cbrt-cube34.3
Simplified34.3
Final simplification34.3
herbie shell --seed 2019306
(FPCore (a c)
:name "Random Jason Timeout Test 004"
:precision binary64
(fmod (cosh c) (log1p a)))