Average Error: 0.0 → 0.0
Time: 27.2s
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 r21510 = c;
        double r21511 = sinh(r21510);
        double r21512 = -2.9807307601812193e+165;
        double r21513 = 2.0;
        double r21514 = pow(r21512, r21513);
        double r21515 = r21510 - r21514;
        double r21516 = fmod(r21511, r21515);
        return r21516;
}

double f(double c) {
        double r21517 = c;
        double r21518 = sinh(r21517);
        double r21519 = -2.9807307601812193e+165;
        double r21520 = 2.0;
        double r21521 = pow(r21519, r21520);
        double r21522 = r21517 - r21521;
        double r21523 = fmod(r21518, r21522);
        return r21523;
}

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