Average Error: 0.0 → 0.0
Time: 30.9s
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 r17105 = c;
        double r17106 = sinh(r17105);
        double r17107 = -2.9807307601812193e+165;
        double r17108 = 2.0;
        double r17109 = pow(r17107, r17108);
        double r17110 = r17105 - r17109;
        double r17111 = fmod(r17106, r17110);
        return r17111;
}

double f(double c) {
        double r17112 = c;
        double r17113 = sinh(r17112);
        double r17114 = -2.9807307601812193e+165;
        double r17115 = 2.0;
        double r17116 = pow(r17114, r17115);
        double r17117 = r17112 - r17116;
        double r17118 = fmod(r17113, r17117);
        return r17118;
}

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