Average Error: 0.0 → 0.0
Time: 10.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 r13401 = c;
        double r13402 = sinh(r13401);
        double r13403 = -2.9807307601812193e+165;
        double r13404 = 2.0;
        double r13405 = pow(r13403, r13404);
        double r13406 = r13401 - r13405;
        double r13407 = fmod(r13402, r13406);
        return r13407;
}

double f(double c) {
        double r13408 = c;
        double r13409 = sinh(r13408);
        double r13410 = -2.9807307601812193e+165;
        double r13411 = 2.0;
        double r13412 = pow(r13410, r13411);
        double r13413 = r13408 - r13412;
        double r13414 = fmod(r13409, r13413);
        return r13414;
}

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