Average Error: 0.0 → 0.0
Time: 13.1s
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 r9786 = c;
        double r9787 = sinh(r9786);
        double r9788 = -2.9807307601812193e+165;
        double r9789 = 2.0;
        double r9790 = pow(r9788, r9789);
        double r9791 = r9786 - r9790;
        double r9792 = fmod(r9787, r9791);
        return r9792;
}

double f(double c) {
        double r9793 = c;
        double r9794 = sinh(r9793);
        double r9795 = -2.9807307601812193e+165;
        double r9796 = 2.0;
        double r9797 = pow(r9795, r9796);
        double r9798 = r9793 - r9797;
        double r9799 = fmod(r9794, r9798);
        return r9799;
}

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