\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)\left(\left(\cosh c\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 fmod(cosh(c), log1p(a));
}



Bits error versus a



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