Average Error: 0.0 → 0.0
Time: 26.7s
Precision: 64
\[\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)\]
\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 r19772 = c;
        double r19773 = sinh(r19772);
        double r19774 = -2.9807307601812193e+165;
        double r19775 = 2.0;
        double r19776 = pow(r19774, r19775);
        double r19777 = r19772 - r19776;
        double r19778 = fmod(r19773, r19777);
        return r19778;
}

double f(double c) {
        double r19779 = c;
        double r19780 = sinh(r19779);
        double r19781 = -2.9807307601812193e+165;
        double r19782 = 2.0;
        double r19783 = pow(r19781, r19782);
        double r19784 = r19779 - r19783;
        double r19785 = fmod(r19780, r19784);
        return r19785;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019322 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))