Average Error: 0.0 → 0.0
Time: 25.3s
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 r12158 = c;
        double r12159 = sinh(r12158);
        double r12160 = -2.9807307601812193e+165;
        double r12161 = 2.0;
        double r12162 = pow(r12160, r12161);
        double r12163 = r12158 - r12162;
        double r12164 = fmod(r12159, r12163);
        return r12164;
}

double f(double c) {
        double r12165 = c;
        double r12166 = sinh(r12165);
        double r12167 = -2.9807307601812193e+165;
        double r12168 = 2.0;
        double r12169 = pow(r12167, r12168);
        double r12170 = r12165 - r12169;
        double r12171 = fmod(r12166, r12170);
        return r12171;
}

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