Average Error: 0.0 → 0.0
Time: 30.7s
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 r1372157 = c;
        double r1372158 = sinh(r1372157);
        double r1372159 = -2.9807307601812193e+165;
        double r1372160 = 2.0;
        double r1372161 = pow(r1372159, r1372160);
        double r1372162 = r1372157 - r1372161;
        double r1372163 = fmod(r1372158, r1372162);
        return r1372163;
}

double f(double c) {
        double r1372164 = c;
        double r1372165 = sinh(r1372164);
        double r1372166 = -2.9807307601812193e+165;
        double r1372167 = 2.0;
        double r1372168 = pow(r1372166, r1372167);
        double r1372169 = r1372164 - r1372168;
        double r1372170 = fmod(r1372165, r1372169);
        return r1372170;
}

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 002"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))