Average Error: 0.0 → 0.0
Time: 3.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 r8104 = c;
        double r8105 = sinh(r8104);
        double r8106 = -2.9807307601812193e+165;
        double r8107 = 2.0;
        double r8108 = pow(r8106, r8107);
        double r8109 = r8104 - r8108;
        double r8110 = fmod(r8105, r8109);
        return r8110;
}

double f(double c) {
        double r8111 = c;
        double r8112 = sinh(r8111);
        double r8113 = -2.9807307601812193e+165;
        double r8114 = 2.0;
        double r8115 = pow(r8113, r8114);
        double r8116 = r8111 - r8115;
        double r8117 = fmod(r8112, r8116);
        return r8117;
}

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