\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right){e}^{\left(\sqrt[3]{{\left(\log \left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)\right)}^{3}}\right)}double f(double a, double c) {
double r13459 = c;
double r13460 = cosh(r13459);
double r13461 = a;
double r13462 = log1p(r13461);
double r13463 = fmod(r13460, r13462);
return r13463;
}
double f(double a, double c) {
double r13464 = exp(1.0);
double r13465 = c;
double r13466 = cosh(r13465);
double r13467 = a;
double r13468 = log1p(r13467);
double r13469 = fmod(r13466, r13468);
double r13470 = log(r13469);
double r13471 = 3.0;
double r13472 = pow(r13470, r13471);
double r13473 = cbrt(r13472);
double r13474 = pow(r13464, r13473);
return r13474;
}



Bits error versus a



Bits error versus c
Initial program 34.4
rmApplied add-exp-log34.4
rmApplied pow134.4
Applied log-pow34.4
Applied exp-prod34.4
Simplified34.4
rmApplied add-cbrt-cube34.4
Simplified34.4
Final simplification34.4
herbie shell --seed 2019351 +o rules:numerics
(FPCore (a c)
:name "Random Jason Timeout Test 004"
:precision binary64
(fmod (cosh c) (log1p a)))