\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)e^{\log \left(\left(e^{\left(\sqrt[3]{\log \left(\cosh c\right)} \cdot \sqrt[3]{\log \left(\cosh c\right)}\right) \cdot \sqrt[3]{\log \left(\cosh c\right)}}\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}double code(double a, double c) {
return fmod(cosh(c), log1p(a));
}
double code(double a, double c) {
return exp(log(fmod(exp(((cbrt(log(cosh(c))) * cbrt(log(cosh(c)))) * cbrt(log(cosh(c))))), log1p(a))));
}



Bits error versus a



Bits error versus c
Results
Initial program 34.1
rmApplied add-exp-log34.1
rmApplied add-cube-cbrt34.1
rmApplied add-exp-log34.1
Final simplification34.1
herbie shell --seed 2020058
(FPCore (a c)
:name "Random Jason Timeout Test 004"
:precision binary64
(fmod (cosh c) (log1p a)))