Average Error: 0.0 → 0.0
Time: 9.5s
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 r8281 = c;
        double r8282 = sinh(r8281);
        double r8283 = -2.9807307601812193e+165;
        double r8284 = 2.0;
        double r8285 = pow(r8283, r8284);
        double r8286 = r8281 - r8285;
        double r8287 = fmod(r8282, r8286);
        return r8287;
}

double f(double c) {
        double r8288 = c;
        double r8289 = sinh(r8288);
        double r8290 = -2.9807307601812193e+165;
        double r8291 = 2.0;
        double r8292 = pow(r8290, r8291);
        double r8293 = r8288 - r8292;
        double r8294 = fmod(r8289, r8293);
        return r8294;
}

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 2019235 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))