Average Error: 0.0 → 0.0
Time: 12.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 r19492 = c;
        double r19493 = sinh(r19492);
        double r19494 = -2.9807307601812193e+165;
        double r19495 = 2.0;
        double r19496 = pow(r19494, r19495);
        double r19497 = r19492 - r19496;
        double r19498 = fmod(r19493, r19497);
        return r19498;
}

double f(double c) {
        double r19499 = c;
        double r19500 = sinh(r19499);
        double r19501 = -2.9807307601812193e+165;
        double r19502 = 2.0;
        double r19503 = pow(r19501, r19502);
        double r19504 = r19499 - r19503;
        double r19505 = fmod(r19500, r19504);
        return r19505;
}

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 2019212 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))