Average Error: 0.0 → 0.0
Time: 3.2s
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 r12209 = c;
        double r12210 = sinh(r12209);
        double r12211 = -2.9807307601812193e+165;
        double r12212 = 2.0;
        double r12213 = pow(r12211, r12212);
        double r12214 = r12209 - r12213;
        double r12215 = fmod(r12210, r12214);
        return r12215;
}

double f(double c) {
        double r12216 = c;
        double r12217 = sinh(r12216);
        double r12218 = -2.9807307601812193e+165;
        double r12219 = 2.0;
        double r12220 = pow(r12218, r12219);
        double r12221 = r12216 - r12220;
        double r12222 = fmod(r12217, r12221);
        return r12222;
}

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