Average Error: 0.0 → 0.0
Time: 23.1s
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 r1608740 = c;
        double r1608741 = sinh(r1608740);
        double r1608742 = -2.9807307601812193e+165;
        double r1608743 = 2.0;
        double r1608744 = pow(r1608742, r1608743);
        double r1608745 = r1608740 - r1608744;
        double r1608746 = fmod(r1608741, r1608745);
        return r1608746;
}

double f(double c) {
        double r1608747 = c;
        double r1608748 = sinh(r1608747);
        double r1608749 = -2.9807307601812193e+165;
        double r1608750 = 2.0;
        double r1608751 = pow(r1608749, r1608750);
        double r1608752 = r1608747 - r1608751;
        double r1608753 = fmod(r1608748, r1608752);
        return r1608753;
}

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