\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)double f(double c) {
double r23808 = c;
double r23809 = sinh(r23808);
double r23810 = -2.9807307601812193e+165;
double r23811 = 2.0;
double r23812 = pow(r23810, r23811);
double r23813 = r23808 - r23812;
double r23814 = fmod(r23809, r23813);
return r23814;
}
double f(double c) {
double r23815 = c;
double r23816 = sinh(r23815);
double r23817 = -2.9807307601812193e+165;
double r23818 = 2.0;
double r23819 = pow(r23817, r23818);
double r23820 = r23815 - r23819;
double r23821 = fmod(r23816, r23820);
return r23821;
}



Bits error versus c
Initial program 0.0
rmApplied log1p-expm1-u0.4
rmApplied log1p-expm10.0
Final simplification0.0
herbie shell --seed 2019303 +o rules:numerics
(FPCore (c)
:name "Random Jason Timeout Test 002"
:precision binary64
(fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))