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

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

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