Average Error: 0.0 → 0.0
Time: 12.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 r9671 = c;
        double r9672 = sinh(r9671);
        double r9673 = -2.9807307601812193e+165;
        double r9674 = 2.0;
        double r9675 = pow(r9673, r9674);
        double r9676 = r9671 - r9675;
        double r9677 = fmod(r9672, r9676);
        return r9677;
}

double f(double c) {
        double r9678 = c;
        double r9679 = sinh(r9678);
        double r9680 = -2.9807307601812193e+165;
        double r9681 = 2.0;
        double r9682 = pow(r9680, r9681);
        double r9683 = r9678 - r9682;
        double r9684 = fmod(r9679, r9683);
        return r9684;
}

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