Average Error: 0.0 → 0.0
Time: 5.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 r1756 = c;
        double r1757 = sinh(r1756);
        double r1758 = -2.9807307601812193e+165;
        double r1759 = 2.0;
        double r1760 = pow(r1758, r1759);
        double r1761 = r1756 - r1760;
        double r1762 = fmod(r1757, r1761);
        return r1762;
}

double f(double c) {
        double r1763 = c;
        double r1764 = sinh(r1763);
        double r1765 = -2.9807307601812193e+165;
        double r1766 = 2.0;
        double r1767 = pow(r1765, r1766);
        double r1768 = r1763 - r1767;
        double r1769 = fmod(r1764, r1768);
        return r1769;
}

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