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

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

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))))