Average Error: 0.0 → 0.0
Time: 15.5s
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 r994200 = c;
        double r994201 = sinh(r994200);
        double r994202 = -2.9807307601812193e+165;
        double r994203 = 2.0;
        double r994204 = pow(r994202, r994203);
        double r994205 = r994200 - r994204;
        double r994206 = fmod(r994201, r994205);
        return r994206;
}

double f(double c) {
        double r994207 = c;
        double r994208 = sinh(r994207);
        double r994209 = -2.9807307601812193e+165;
        double r994210 = 2.0;
        double r994211 = pow(r994209, r994210);
        double r994212 = r994207 - r994211;
        double r994213 = fmod(r994208, r994212);
        return r994213;
}

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