Average Error: 0.0 → 0.0
Time: 30.6s
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 r20596 = c;
        double r20597 = sinh(r20596);
        double r20598 = -2.9807307601812193e+165;
        double r20599 = 2.0;
        double r20600 = pow(r20598, r20599);
        double r20601 = r20596 - r20600;
        double r20602 = fmod(r20597, r20601);
        return r20602;
}

double f(double c) {
        double r20603 = c;
        double r20604 = sinh(r20603);
        double r20605 = -2.9807307601812193e+165;
        double r20606 = 2.0;
        double r20607 = pow(r20605, r20606);
        double r20608 = r20603 - r20607;
        double r20609 = fmod(r20604, r20608);
        return r20609;
}

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