Average Error: 0.0 → 0.0
Time: 6.2s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r14265 = c;
        double r14266 = sinh(r14265);
        double r14267 = -2.9807307601812193e+165;
        double r14268 = 2.0;
        double r14269 = pow(r14267, r14268);
        double r14270 = r14265 - r14269;
        double r14271 = fmod(r14266, r14270);
        return r14271;
}

double f(double c) {
        double r14272 = c;
        double r14273 = sinh(r14272);
        double r14274 = -2.9807307601812193e+165;
        double r14275 = 2.0;
        double r14276 = pow(r14274, r14275);
        double r14277 = r14272 - r14276;
        double r14278 = fmod(r14273, r14277);
        return r14278;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019353 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))