Average Error: 0.0 → 0.0
Time: 16.6s
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 r955396 = c;
        double r955397 = sinh(r955396);
        double r955398 = -2.9807307601812193e+165;
        double r955399 = 2.0;
        double r955400 = pow(r955398, r955399);
        double r955401 = r955396 - r955400;
        double r955402 = fmod(r955397, r955401);
        return r955402;
}

double f(double c) {
        double r955403 = c;
        double r955404 = sinh(r955403);
        double r955405 = -2.9807307601812193e+165;
        double r955406 = 2.0;
        double r955407 = pow(r955405, r955406);
        double r955408 = r955403 - r955407;
        double r955409 = fmod(r955404, r955408);
        return r955409;
}

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