Average Error: 0.0 → 0.0
Time: 10.4s
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 r8186 = c;
        double r8187 = sinh(r8186);
        double r8188 = -2.9807307601812193e+165;
        double r8189 = 2.0;
        double r8190 = pow(r8188, r8189);
        double r8191 = r8186 - r8190;
        double r8192 = fmod(r8187, r8191);
        return r8192;
}

double f(double c) {
        double r8193 = c;
        double r8194 = sinh(r8193);
        double r8195 = -2.9807307601812193e+165;
        double r8196 = 2.0;
        double r8197 = pow(r8195, r8196);
        double r8198 = r8193 - r8197;
        double r8199 = fmod(r8194, r8198);
        return r8199;
}

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