Average Error: 0.0 → 0.0
Time: 22.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 r1005397 = c;
        double r1005398 = sinh(r1005397);
        double r1005399 = -2.9807307601812193e+165;
        double r1005400 = 2.0;
        double r1005401 = pow(r1005399, r1005400);
        double r1005402 = r1005397 - r1005401;
        double r1005403 = fmod(r1005398, r1005402);
        return r1005403;
}

double f(double c) {
        double r1005404 = c;
        double r1005405 = sinh(r1005404);
        double r1005406 = -2.9807307601812193e+165;
        double r1005407 = 2.0;
        double r1005408 = pow(r1005406, r1005407);
        double r1005409 = r1005404 - r1005408;
        double r1005410 = fmod(r1005405, r1005409);
        return r1005410;
}

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