Average Error: 0.0 → 0.0
Time: 10.1s
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 r8180 = c;
        double r8181 = sinh(r8180);
        double r8182 = -2.9807307601812193e+165;
        double r8183 = 2.0;
        double r8184 = pow(r8182, r8183);
        double r8185 = r8180 - r8184;
        double r8186 = fmod(r8181, r8185);
        return r8186;
}

double f(double c) {
        double r8187 = c;
        double r8188 = sinh(r8187);
        double r8189 = -2.9807307601812193e+165;
        double r8190 = 2.0;
        double r8191 = pow(r8189, r8190);
        double r8192 = r8187 - r8191;
        double r8193 = fmod(r8188, r8192);
        return r8193;
}

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