Average Error: 0.0 → 0.0
Time: 6.1s
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 r3381 = c;
        double r3382 = sinh(r3381);
        double r3383 = -2.9807307601812193e+165;
        double r3384 = 2.0;
        double r3385 = pow(r3383, r3384);
        double r3386 = r3381 - r3385;
        double r3387 = fmod(r3382, r3386);
        return r3387;
}

double f(double c) {
        double r3388 = c;
        double r3389 = sinh(r3388);
        double r3390 = -2.9807307601812193e+165;
        double r3391 = 2.0;
        double r3392 = pow(r3390, r3391);
        double r3393 = r3388 - r3392;
        double r3394 = fmod(r3389, r3393);
        return r3394;
}

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