\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)\sqrt[3]{\sqrt{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}} \cdot \left(\sqrt{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)} \cdot \left(\sqrt[3]{\sqrt{\left(\sqrt[3]{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)} \cdot \sqrt[3]{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}\right) \cdot \sqrt[3]{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}}} \cdot \sqrt[3]{\sqrt{\left(\sqrt[3]{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)} \cdot \sqrt[3]{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}\right) \cdot \sqrt[3]{\left(\left(\cosh c\right) \bmod \left(\mathsf{log1p}\left(a\right)\right)\right)}}}\right)\right)double f(double a, double c) {
double r1270509 = c;
double r1270510 = cosh(r1270509);
double r1270511 = a;
double r1270512 = log1p(r1270511);
double r1270513 = fmod(r1270510, r1270512);
return r1270513;
}
double f(double a, double c) {
double r1270514 = c;
double r1270515 = cosh(r1270514);
double r1270516 = a;
double r1270517 = log1p(r1270516);
double r1270518 = fmod(r1270515, r1270517);
double r1270519 = sqrt(r1270518);
double r1270520 = cbrt(r1270519);
double r1270521 = cbrt(r1270518);
double r1270522 = r1270521 * r1270521;
double r1270523 = r1270522 * r1270521;
double r1270524 = sqrt(r1270523);
double r1270525 = cbrt(r1270524);
double r1270526 = r1270525 * r1270525;
double r1270527 = r1270519 * r1270526;
double r1270528 = r1270520 * r1270527;
return r1270528;
}



Bits error versus a



Bits error versus c
Initial program 34.2
rmApplied add-sqr-sqrt34.2
rmApplied add-cube-cbrt34.2
Applied associate-*r*34.2
rmApplied add-cube-cbrt34.2
rmApplied add-cube-cbrt34.2
Final simplification34.2
herbie shell --seed 2019162 +o rules:numerics
(FPCore (a c)
:name "Random Jason Timeout Test 004"
(fmod (cosh c) (log1p a)))