Average Error: 0.0 → 0.0
Time: 7.8s
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 r18611 = c;
        double r18612 = sinh(r18611);
        double r18613 = -2.9807307601812193e+165;
        double r18614 = 2.0;
        double r18615 = pow(r18613, r18614);
        double r18616 = r18611 - r18615;
        double r18617 = fmod(r18612, r18616);
        return r18617;
}

double f(double c) {
        double r18618 = c;
        double r18619 = sinh(r18618);
        double r18620 = -2.9807307601812193e+165;
        double r18621 = 2.0;
        double r18622 = pow(r18620, r18621);
        double r18623 = r18618 - r18622;
        double r18624 = fmod(r18619, r18623);
        return r18624;
}

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.98073076018121927e165 2))))