Average Error: 0.0 → 0.0
Time: 23.2s
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 r35040 = c;
        double r35041 = sinh(r35040);
        double r35042 = -2.9807307601812193e+165;
        double r35043 = 2.0;
        double r35044 = pow(r35042, r35043);
        double r35045 = r35040 - r35044;
        double r35046 = fmod(r35041, r35045);
        return r35046;
}

double f(double c) {
        double r35047 = c;
        double r35048 = sinh(r35047);
        double r35049 = -2.9807307601812193e+165;
        double r35050 = 2.0;
        double r35051 = pow(r35049, r35050);
        double r35052 = r35047 - r35051;
        double r35053 = fmod(r35048, r35052);
        return r35053;
}

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 2019323 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))