Average Error: 0.0 → 0.0
Time: 14.7s
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 r2225438 = c;
        double r2225439 = sinh(r2225438);
        double r2225440 = -2.9807307601812193e+165;
        double r2225441 = 2.0;
        double r2225442 = pow(r2225440, r2225441);
        double r2225443 = r2225438 - r2225442;
        double r2225444 = fmod(r2225439, r2225443);
        return r2225444;
}

double f(double c) {
        double r2225445 = c;
        double r2225446 = sinh(r2225445);
        double r2225447 = -2.9807307601812193e+165;
        double r2225448 = 2.0;
        double r2225449 = pow(r2225447, r2225448);
        double r2225450 = r2225445 - r2225449;
        double r2225451 = fmod(r2225446, r2225450);
        return r2225451;
}

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