Average Error: 0.0 → 0.0
Time: 13.9s
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 r12259 = c;
        double r12260 = sinh(r12259);
        double r12261 = -2.9807307601812193e+165;
        double r12262 = 2.0;
        double r12263 = pow(r12261, r12262);
        double r12264 = r12259 - r12263;
        double r12265 = fmod(r12260, r12264);
        return r12265;
}

double f(double c) {
        double r12266 = c;
        double r12267 = sinh(r12266);
        double r12268 = -2.9807307601812193e+165;
        double r12269 = 2.0;
        double r12270 = pow(r12268, r12269);
        double r12271 = r12266 - r12270;
        double r12272 = fmod(r12267, r12271);
        return r12272;
}

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