Average Error: 0.0 → 0.0
Time: 9.6s
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 r8175 = c;
        double r8176 = sinh(r8175);
        double r8177 = -2.9807307601812193e+165;
        double r8178 = 2.0;
        double r8179 = pow(r8177, r8178);
        double r8180 = r8175 - r8179;
        double r8181 = fmod(r8176, r8180);
        return r8181;
}

double f(double c) {
        double r8182 = c;
        double r8183 = sinh(r8182);
        double r8184 = -2.9807307601812193e+165;
        double r8185 = 2.0;
        double r8186 = pow(r8184, r8185);
        double r8187 = r8182 - r8186;
        double r8188 = fmod(r8183, r8187);
        return r8188;
}

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