Average Error: 0.0 → 0.0
Time: 6.3s
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 r64 = c;
        double r65 = sinh(r64);
        double r66 = -2.9807307601812193e+165;
        double r67 = 2.0;
        double r68 = pow(r66, r67);
        double r69 = r64 - r68;
        double r70 = fmod(r65, r69);
        return r70;
}

double f(double c) {
        double r71 = c;
        double r72 = sinh(r71);
        double r73 = -2.9807307601812193e+165;
        double r74 = 2.0;
        double r75 = pow(r73, r74);
        double r76 = r71 - r75;
        double r77 = fmod(r72, r76);
        return r77;
}

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