Average Error: 0.0 → 0.0
Time: 14.3s
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 r10600 = c;
        double r10601 = sinh(r10600);
        double r10602 = -2.9807307601812193e+165;
        double r10603 = 2.0;
        double r10604 = pow(r10602, r10603);
        double r10605 = r10600 - r10604;
        double r10606 = fmod(r10601, r10605);
        return r10606;
}

double f(double c) {
        double r10607 = c;
        double r10608 = sinh(r10607);
        double r10609 = -2.9807307601812193e+165;
        double r10610 = 2.0;
        double r10611 = pow(r10609, r10610);
        double r10612 = r10607 - r10611;
        double r10613 = fmod(r10608, r10612);
        return r10613;
}

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