\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 r13616 = c;
double r13617 = cosh(r13616);
double r13618 = a;
double r13619 = log1p(r13618);
double r13620 = fmod(r13617, r13619);
return r13620;
}
double f(double a, double c) {
double r13621 = exp(1.0);
double r13622 = c;
double r13623 = cosh(r13622);
double r13624 = a;
double r13625 = log1p(r13624);
double r13626 = fmod(r13623, r13625);
double r13627 = log(r13626);
double r13628 = pow(r13621, r13627);
return r13628;
}



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
Final simplification34.0
herbie shell --seed 2020083
(FPCore (a c)
:name "Random Jason Timeout Test 004"
:precision binary64
(fmod (cosh c) (log1p a)))