\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 code(double a, double c) {
return ((double) fmod(((double) cosh(c)), ((double) log1p(a))));
}
double code(double a, double c) {
return ((double) pow(((double) M_E), ((double) cbrt(((double) pow(((double) log(((double) fmod(((double) cosh(c)), ((double) log1p(a)))))), 3.0))))));
}



Bits error versus a



Bits error versus c
Results
Initial program 33.9
rmApplied add-exp-log33.9
rmApplied pow133.9
Applied log-pow33.9
Applied exp-prod33.9
Simplified33.9
rmApplied add-cbrt-cube33.9
Simplified33.9
Final simplification33.9
herbie shell --seed 2020140
(FPCore (a c)
:name "Random Jason Timeout Test 004"
:precision binary64
(fmod (cosh c) (log1p a)))