Average Error: 0.0 → 0.0
Time: 14.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 r8709 = c;
        double r8710 = sinh(r8709);
        double r8711 = -2.9807307601812193e+165;
        double r8712 = 2.0;
        double r8713 = pow(r8711, r8712);
        double r8714 = r8709 - r8713;
        double r8715 = fmod(r8710, r8714);
        return r8715;
}

double f(double c) {
        double r8716 = c;
        double r8717 = sinh(r8716);
        double r8718 = -2.9807307601812193e+165;
        double r8719 = 2.0;
        double r8720 = pow(r8718, r8719);
        double r8721 = r8716 - r8720;
        double r8722 = fmod(r8717, r8721);
        return r8722;
}

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))))