\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 r1089490 = c;
double r1089491 = cosh(r1089490);
double r1089492 = a;
double r1089493 = log1p(r1089492);
double r1089494 = fmod(r1089491, r1089493);
return r1089494;
}
double f(double a, double c) {
double r1089495 = exp(1.0);
double r1089496 = c;
double r1089497 = cosh(r1089496);
double r1089498 = a;
double r1089499 = log1p(r1089498);
double r1089500 = fmod(r1089497, r1089499);
double r1089501 = log(r1089500);
double r1089502 = cbrt(r1089501);
double r1089503 = r1089502 * r1089502;
double r1089504 = r1089502 * r1089503;
double r1089505 = cbrt(r1089504);
double r1089506 = r1089503 * r1089505;
double r1089507 = pow(r1089495, r1089506);
return r1089507;
}



Bits error versus a



Bits error versus c
Initial program 34.4
rmApplied add-exp-log34.4
rmApplied *-un-lft-identity34.4
Applied exp-prod34.4
Simplified34.4
rmApplied add-cube-cbrt34.4
rmApplied add-cube-cbrt34.4
Final simplification34.4
herbie shell --seed 2019134 +o rules:numerics
(FPCore (a c)
:name "Random Jason Timeout Test 004"
(fmod (cosh c) (log1p a)))