Average Error: 0.0 → 0.0
Time: 9.7s
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 r8283 = c;
        double r8284 = sinh(r8283);
        double r8285 = -2.9807307601812193e+165;
        double r8286 = 2.0;
        double r8287 = pow(r8285, r8286);
        double r8288 = r8283 - r8287;
        double r8289 = fmod(r8284, r8288);
        return r8289;
}

double f(double c) {
        double r8290 = c;
        double r8291 = sinh(r8290);
        double r8292 = -2.9807307601812193e+165;
        double r8293 = 2.0;
        double r8294 = pow(r8292, r8293);
        double r8295 = r8290 - r8294;
        double r8296 = fmod(r8291, r8295);
        return r8296;
}

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 2019235 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))