Average Error: 0.0 → 0.0
Time: 3.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 r10725 = c;
        double r10726 = sinh(r10725);
        double r10727 = -2.9807307601812193e+165;
        double r10728 = 2.0;
        double r10729 = pow(r10727, r10728);
        double r10730 = r10725 - r10729;
        double r10731 = fmod(r10726, r10730);
        return r10731;
}

double f(double c) {
        double r10732 = c;
        double r10733 = sinh(r10732);
        double r10734 = -2.9807307601812193e+165;
        double r10735 = 2.0;
        double r10736 = pow(r10734, r10735);
        double r10737 = r10732 - r10736;
        double r10738 = fmod(r10733, r10737);
        return r10738;
}

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