Average Error: 0.0 → 0.0
Time: 11.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 r361428 = c;
        double r361429 = sinh(r361428);
        double r361430 = -2.9807307601812193e+165;
        double r361431 = 2.0;
        double r361432 = pow(r361430, r361431);
        double r361433 = r361428 - r361432;
        double r361434 = fmod(r361429, r361433);
        return r361434;
}

double f(double c) {
        double r361435 = c;
        double r361436 = sinh(r361435);
        double r361437 = -2.9807307601812193e+165;
        double r361438 = 2.0;
        double r361439 = pow(r361437, r361438);
        double r361440 = r361435 - r361439;
        double r361441 = fmod(r361436, r361440);
        return r361441;
}

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))))