\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\left(\left(\mathsf{expm1}\left(\mathsf{log1p}\left(\sinh c\right)\right)\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)double code(double c) {
return fmod(sinh(c), (c - pow(-2.9807307601812193e+165, 2.0)));
}
double code(double c) {
return fmod(expm1(log1p(sinh(c))), (c - pow(-2.9807307601812193e+165, 2.0)));
}



Bits error versus c
Results
Initial program 0.0
rmApplied expm1-log1p-u0.3
Final simplification0.3
herbie shell --seed 2020060 +o rules:numerics
(FPCore (c)
:name "Random Jason Timeout Test 014"
:precision binary64
(fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))