Average Error: 0.0 → 0.0
Time: 35.1s
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 r690199 = c;
        double r690200 = sinh(r690199);
        double r690201 = -2.9807307601812193e+165;
        double r690202 = 2.0;
        double r690203 = pow(r690201, r690202);
        double r690204 = r690199 - r690203;
        double r690205 = fmod(r690200, r690204);
        return r690205;
}

double f(double c) {
        double r690206 = c;
        double r690207 = sinh(r690206);
        double r690208 = -2.9807307601812193e+165;
        double r690209 = 2.0;
        double r690210 = pow(r690208, r690209);
        double r690211 = r690206 - r690210;
        double r690212 = fmod(r690207, r690211);
        return r690212;
}

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