Average Error: 0.0 → 0.0
Time: 4.3s
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 r3353 = c;
        double r3354 = sinh(r3353);
        double r3355 = -2.9807307601812193e+165;
        double r3356 = 2.0;
        double r3357 = pow(r3355, r3356);
        double r3358 = r3353 - r3357;
        double r3359 = fmod(r3354, r3358);
        return r3359;
}

double f(double c) {
        double r3360 = c;
        double r3361 = sinh(r3360);
        double r3362 = -2.9807307601812193e+165;
        double r3363 = 2.0;
        double r3364 = pow(r3362, r3363);
        double r3365 = r3360 - r3364;
        double r3366 = fmod(r3361, r3365);
        return r3366;
}

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