Average Error: 0.0 → 0.0
Time: 4.7s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r18474 = c;
        double r18475 = sinh(r18474);
        double r18476 = -2.9807307601812193e+165;
        double r18477 = 2.0;
        double r18478 = pow(r18476, r18477);
        double r18479 = r18474 - r18478;
        double r18480 = fmod(r18475, r18479);
        return r18480;
}

double f(double c) {
        double r18481 = c;
        double r18482 = sinh(r18481);
        double r18483 = -2.9807307601812193e+165;
        double r18484 = 2.0;
        double r18485 = pow(r18483, r18484);
        double r18486 = r18481 - r18485;
        double r18487 = fmod(r18482, r18486);
        return r18487;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020033 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))