\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 r13605 = c;
double r13606 = cosh(r13605);
double r13607 = a;
double r13608 = log1p(r13607);
double r13609 = fmod(r13606, r13608);
return r13609;
}
double f(double a, double c) {
double r13610 = exp(1.0);
double r13611 = c;
double r13612 = cosh(r13611);
double r13613 = a;
double r13614 = log1p(r13613);
double r13615 = fmod(r13612, r13614);
double r13616 = log(r13615);
double r13617 = 3.0;
double r13618 = pow(r13616, r13617);
double r13619 = cbrt(r13618);
double r13620 = pow(r13619, r13617);
double r13621 = cbrt(r13620);
double r13622 = pow(r13610, r13621);
return r13622;
}



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 +o rules:numerics
(FPCore (a c)
:name "Random Jason Timeout Test 004"
:precision binary64
(fmod (cosh c) (log1p a)))