Average Error: 0.0 → 0.0
Time: 26.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 r19613 = c;
        double r19614 = sinh(r19613);
        double r19615 = -2.9807307601812193e+165;
        double r19616 = 2.0;
        double r19617 = pow(r19615, r19616);
        double r19618 = r19613 - r19617;
        double r19619 = fmod(r19614, r19618);
        return r19619;
}

double f(double c) {
        double r19620 = c;
        double r19621 = sinh(r19620);
        double r19622 = -2.9807307601812193e+165;
        double r19623 = 2.0;
        double r19624 = pow(r19622, r19623);
        double r19625 = r19620 - r19624;
        double r19626 = fmod(r19621, r19625);
        return r19626;
}

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 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))