Average Error: 0.0 → 0.0
Time: 19.2s
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 r811486 = c;
        double r811487 = sinh(r811486);
        double r811488 = -2.9807307601812193e+165;
        double r811489 = 2.0;
        double r811490 = pow(r811488, r811489);
        double r811491 = r811486 - r811490;
        double r811492 = fmod(r811487, r811491);
        return r811492;
}

double f(double c) {
        double r811493 = c;
        double r811494 = sinh(r811493);
        double r811495 = -2.9807307601812193e+165;
        double r811496 = 2.0;
        double r811497 = pow(r811495, r811496);
        double r811498 = r811493 - r811497;
        double r811499 = fmod(r811494, r811498);
        return r811499;
}

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