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

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

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))))