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

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

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