\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]{\sqrt[3]{\log \left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)} \cdot \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)}\right)}double f(double a, double c) {
double r1144753 = c;
double r1144754 = cosh(r1144753);
double r1144755 = a;
double r1144756 = log1p(r1144755);
double r1144757 = fmod(r1144754, r1144756);
return r1144757;
}
double f(double a, double c) {
double r1144758 = exp(1.0);
double r1144759 = c;
double r1144760 = cosh(r1144759);
double r1144761 = a;
double r1144762 = log1p(r1144761);
double r1144763 = fmod(r1144760, r1144762);
double r1144764 = log(r1144763);
double r1144765 = cbrt(r1144764);
double r1144766 = r1144765 * r1144765;
double r1144767 = r1144765 * r1144766;
double r1144768 = cbrt(r1144767);
double r1144769 = r1144766 * r1144768;
double r1144770 = pow(r1144758, r1144769);
return r1144770;
}



Bits error versus a



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