Average Error: 0.0 → 0.0
Time: 4.6s
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 r12384 = c;
        double r12385 = sinh(r12384);
        double r12386 = -2.9807307601812193e+165;
        double r12387 = 2.0;
        double r12388 = pow(r12386, r12387);
        double r12389 = r12384 - r12388;
        double r12390 = fmod(r12385, r12389);
        return r12390;
}

double f(double c) {
        double r12391 = c;
        double r12392 = sinh(r12391);
        double r12393 = -2.9807307601812193e+165;
        double r12394 = 2.0;
        double r12395 = pow(r12393, r12394);
        double r12396 = r12391 - r12395;
        double r12397 = fmod(r12392, r12396);
        return r12397;
}

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