Average Error: 0.0 → 0.0
Time: 8.0s
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 r34430 = c;
        double r34431 = sinh(r34430);
        double r34432 = -2.9807307601812193e+165;
        double r34433 = 2.0;
        double r34434 = pow(r34432, r34433);
        double r34435 = r34430 - r34434;
        double r34436 = fmod(r34431, r34435);
        return r34436;
}

double f(double c) {
        double r34437 = c;
        double r34438 = sinh(r34437);
        double r34439 = -2.9807307601812193e+165;
        double r34440 = 2.0;
        double r34441 = pow(r34439, r34440);
        double r34442 = r34437 - r34441;
        double r34443 = fmod(r34438, r34442);
        return r34443;
}

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