\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right){e}^{\left(\left(\sqrt[3]{\log \left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)} \cdot \sqrt[3]{\log \left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}\right) \cdot \sqrt[3]{\log \left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}\right)}double f(double a, double c) {
double r11813 = c;
double r11814 = cosh(r11813);
double r11815 = a;
double r11816 = log1p(r11815);
double r11817 = fmod(r11814, r11816);
return r11817;
}
double f(double a, double c) {
double r11818 = exp(1.0);
double r11819 = c;
double r11820 = cosh(r11819);
double r11821 = a;
double r11822 = log1p(r11821);
double r11823 = fmod(r11820, r11822);
double r11824 = log(r11823);
double r11825 = cbrt(r11824);
double r11826 = r11825 * r11825;
double r11827 = r11826 * r11825;
double r11828 = pow(r11818, r11827);
return r11828;
}



Bits error versus a



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