Average Error: 0.0 → 0.0
Time: 24.8s
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 r2614335 = c;
        double r2614336 = sinh(r2614335);
        double r2614337 = -2.9807307601812193e+165;
        double r2614338 = 2.0;
        double r2614339 = pow(r2614337, r2614338);
        double r2614340 = r2614335 - r2614339;
        double r2614341 = fmod(r2614336, r2614340);
        return r2614341;
}

double f(double c) {
        double r2614342 = c;
        double r2614343 = sinh(r2614342);
        double r2614344 = -2.9807307601812193e+165;
        double r2614345 = 2.0;
        double r2614346 = pow(r2614344, r2614345);
        double r2614347 = r2614342 - r2614346;
        double r2614348 = fmod(r2614343, r2614347);
        return r2614348;
}

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