Average Error: 0.0 → 0.0
Time: 19.5s
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 r4528064 = c;
        double r4528065 = sinh(r4528064);
        double r4528066 = -2.9807307601812193e+165;
        double r4528067 = 2.0;
        double r4528068 = pow(r4528066, r4528067);
        double r4528069 = r4528064 - r4528068;
        double r4528070 = fmod(r4528065, r4528069);
        return r4528070;
}

double f(double c) {
        double r4528071 = c;
        double r4528072 = sinh(r4528071);
        double r4528073 = -2.9807307601812193e+165;
        double r4528074 = 2.0;
        double r4528075 = pow(r4528073, r4528074);
        double r4528076 = r4528071 - r4528075;
        double r4528077 = fmod(r4528072, r4528076);
        return r4528077;
}

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 002"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))