Average Error: 0.0 → 0.0
Time: 20.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 r663570 = c;
        double r663571 = sinh(r663570);
        double r663572 = -2.9807307601812193e+165;
        double r663573 = 2.0;
        double r663574 = pow(r663572, r663573);
        double r663575 = r663570 - r663574;
        double r663576 = fmod(r663571, r663575);
        return r663576;
}

double f(double c) {
        double r663577 = c;
        double r663578 = sinh(r663577);
        double r663579 = -2.9807307601812193e+165;
        double r663580 = 2.0;
        double r663581 = pow(r663579, r663580);
        double r663582 = r663577 - r663581;
        double r663583 = fmod(r663578, r663582);
        return r663583;
}

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 2019172 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))