Average Error: 0.0 → 0.0
Time: 13.4s
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 r13422 = c;
        double r13423 = sinh(r13422);
        double r13424 = -2.9807307601812193e+165;
        double r13425 = 2.0;
        double r13426 = pow(r13424, r13425);
        double r13427 = r13422 - r13426;
        double r13428 = fmod(r13423, r13427);
        return r13428;
}

double f(double c) {
        double r13429 = c;
        double r13430 = sinh(r13429);
        double r13431 = -2.9807307601812193e+165;
        double r13432 = 2.0;
        double r13433 = pow(r13431, r13432);
        double r13434 = r13429 - r13433;
        double r13435 = fmod(r13430, r13434);
        return r13435;
}

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