Average Error: 0.0 → 0.0
Time: 3.4s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r10422 = c;
        double r10423 = sinh(r10422);
        double r10424 = -2.9807307601812193e+165;
        double r10425 = 2.0;
        double r10426 = pow(r10424, r10425);
        double r10427 = r10422 - r10426;
        double r10428 = fmod(r10423, r10427);
        return r10428;
}

double f(double c) {
        double r10429 = c;
        double r10430 = sinh(r10429);
        double r10431 = -2.9807307601812193e+165;
        double r10432 = 2.0;
        double r10433 = pow(r10431, r10432);
        double r10434 = r10429 - r10433;
        double r10435 = fmod(r10430, r10434);
        return r10435;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020003 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))