Average Error: 0.0 → 0.0
Time: 20.3s
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 r18741 = c;
        double r18742 = sinh(r18741);
        double r18743 = -2.9807307601812193e+165;
        double r18744 = 2.0;
        double r18745 = pow(r18743, r18744);
        double r18746 = r18741 - r18745;
        double r18747 = fmod(r18742, r18746);
        return r18747;
}

double f(double c) {
        double r18748 = c;
        double r18749 = sinh(r18748);
        double r18750 = -2.9807307601812193e+165;
        double r18751 = 2.0;
        double r18752 = pow(r18750, r18751);
        double r18753 = r18748 - r18752;
        double r18754 = fmod(r18749, r18753);
        return r18754;
}

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