Average Error: 0.0 → 0.0
Time: 18.9s
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 r971366 = c;
        double r971367 = sinh(r971366);
        double r971368 = -2.9807307601812193e+165;
        double r971369 = 2.0;
        double r971370 = pow(r971368, r971369);
        double r971371 = r971366 - r971370;
        double r971372 = fmod(r971367, r971371);
        return r971372;
}

double f(double c) {
        double r971373 = c;
        double r971374 = sinh(r971373);
        double r971375 = -2.9807307601812193e+165;
        double r971376 = 2.0;
        double r971377 = pow(r971375, r971376);
        double r971378 = r971373 - r971377;
        double r971379 = fmod(r971374, r971378);
        return r971379;
}

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