Average Error: 0.0 → 0.0
Time: 5.5s
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 r3342 = c;
        double r3343 = sinh(r3342);
        double r3344 = -2.9807307601812193e+165;
        double r3345 = 2.0;
        double r3346 = pow(r3344, r3345);
        double r3347 = r3342 - r3346;
        double r3348 = fmod(r3343, r3347);
        return r3348;
}

double f(double c) {
        double r3349 = c;
        double r3350 = sinh(r3349);
        double r3351 = -2.9807307601812193e+165;
        double r3352 = 2.0;
        double r3353 = pow(r3351, r3352);
        double r3354 = r3349 - r3353;
        double r3355 = fmod(r3350, r3354);
        return r3355;
}

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