Average Error: 0.0 → 0.0
Time: 18.7s
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 r4385399 = c;
        double r4385400 = sinh(r4385399);
        double r4385401 = -2.9807307601812193e+165;
        double r4385402 = 2.0;
        double r4385403 = pow(r4385401, r4385402);
        double r4385404 = r4385399 - r4385403;
        double r4385405 = fmod(r4385400, r4385404);
        return r4385405;
}

double f(double c) {
        double r4385406 = c;
        double r4385407 = sinh(r4385406);
        double r4385408 = -2.9807307601812193e+165;
        double r4385409 = 2.0;
        double r4385410 = pow(r4385408, r4385409);
        double r4385411 = r4385406 - r4385410;
        double r4385412 = fmod(r4385407, r4385411);
        return r4385412;
}

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