Average Error: 0.0 → 0.0
Time: 24.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 r30382 = c;
        double r30383 = sinh(r30382);
        double r30384 = -2.9807307601812193e+165;
        double r30385 = 2.0;
        double r30386 = pow(r30384, r30385);
        double r30387 = r30382 - r30386;
        double r30388 = fmod(r30383, r30387);
        return r30388;
}

double f(double c) {
        double r30389 = c;
        double r30390 = sinh(r30389);
        double r30391 = -2.9807307601812193e+165;
        double r30392 = 2.0;
        double r30393 = pow(r30391, r30392);
        double r30394 = r30389 - r30393;
        double r30395 = fmod(r30390, r30394);
        return r30395;
}

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