Average Error: 0.0 → 0.0
Time: 4.4s
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 r8764 = c;
        double r8765 = sinh(r8764);
        double r8766 = -2.9807307601812193e+165;
        double r8767 = 2.0;
        double r8768 = pow(r8766, r8767);
        double r8769 = r8764 - r8768;
        double r8770 = fmod(r8765, r8769);
        return r8770;
}

double f(double c) {
        double r8771 = c;
        double r8772 = sinh(r8771);
        double r8773 = -2.9807307601812193e+165;
        double r8774 = 2.0;
        double r8775 = pow(r8773, r8774);
        double r8776 = r8771 - r8775;
        double r8777 = fmod(r8772, r8776);
        return r8777;
}

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