Average Error: 0.0 → 0.0
Time: 15.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 r994162 = c;
        double r994163 = sinh(r994162);
        double r994164 = -2.9807307601812193e+165;
        double r994165 = 2.0;
        double r994166 = pow(r994164, r994165);
        double r994167 = r994162 - r994166;
        double r994168 = fmod(r994163, r994167);
        return r994168;
}

double f(double c) {
        double r994169 = c;
        double r994170 = sinh(r994169);
        double r994171 = -2.9807307601812193e+165;
        double r994172 = 2.0;
        double r994173 = pow(r994171, r994172);
        double r994174 = r994169 - r994173;
        double r994175 = fmod(r994170, r994174);
        return r994175;
}

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