\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right){e}^{\left(\log \left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)\right)}double f(double a, double c) {
double r12344 = c;
double r12345 = cosh(r12344);
double r12346 = a;
double r12347 = log1p(r12346);
double r12348 = fmod(r12345, r12347);
return r12348;
}
double f(double a, double c) {
double r12349 = exp(1.0);
double r12350 = c;
double r12351 = cosh(r12350);
double r12352 = a;
double r12353 = log1p(r12352);
double r12354 = fmod(r12351, r12353);
double r12355 = log(r12354);
double r12356 = pow(r12349, r12355);
return r12356;
}



Bits error versus a



Bits error versus c
Initial program 34.0
rmApplied add-exp-log34.0
rmApplied pow134.0
Applied log-pow34.0
Applied exp-prod34.0
Simplified34.0
rmApplied pow134.0
Final simplification34.0
herbie shell --seed 2019347
(FPCore (a c)
:name "Random Jason Timeout Test 004"
:precision binary64
(fmod (cosh c) (log1p a)))