Average Error: 0.0 → 0.0
Time: 6.5s
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 r10548 = c;
        double r10549 = sinh(r10548);
        double r10550 = -2.9807307601812193e+165;
        double r10551 = 2.0;
        double r10552 = pow(r10550, r10551);
        double r10553 = r10548 - r10552;
        double r10554 = fmod(r10549, r10553);
        return r10554;
}

double f(double c) {
        double r10555 = c;
        double r10556 = sinh(r10555);
        double r10557 = -2.9807307601812193e+165;
        double r10558 = 2.0;
        double r10559 = pow(r10557, r10558);
        double r10560 = r10555 - r10559;
        double r10561 = fmod(r10556, r10560);
        return r10561;
}

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