Average Error: 0.0 → 0.0
Time: 3.1s
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 r12232 = c;
        double r12233 = sinh(r12232);
        double r12234 = -2.9807307601812193e+165;
        double r12235 = 2.0;
        double r12236 = pow(r12234, r12235);
        double r12237 = r12232 - r12236;
        double r12238 = fmod(r12233, r12237);
        return r12238;
}

double f(double c) {
        double r12239 = c;
        double r12240 = sinh(r12239);
        double r12241 = -2.9807307601812193e+165;
        double r12242 = 2.0;
        double r12243 = pow(r12241, r12242);
        double r12244 = r12239 - r12243;
        double r12245 = fmod(r12240, r12244);
        return r12245;
}

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