Average Error: 0.0 → 0.0
Time: 26.3s
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 r14113 = c;
        double r14114 = sinh(r14113);
        double r14115 = -2.9807307601812193e+165;
        double r14116 = 2.0;
        double r14117 = pow(r14115, r14116);
        double r14118 = r14113 - r14117;
        double r14119 = fmod(r14114, r14118);
        return r14119;
}

double f(double c) {
        double r14120 = c;
        double r14121 = sinh(r14120);
        double r14122 = -2.9807307601812193e+165;
        double r14123 = 2.0;
        double r14124 = pow(r14122, r14123);
        double r14125 = r14120 - r14124;
        double r14126 = fmod(r14121, r14125);
        return r14126;
}

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 2019326 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))