Average Error: 0.0 → 0.0
Time: 4.0s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r1767 = c;
        double r1768 = sinh(r1767);
        double r1769 = -2.9807307601812193e+165;
        double r1770 = 2.0;
        double r1771 = pow(r1769, r1770);
        double r1772 = r1767 - r1771;
        double r1773 = fmod(r1768, r1772);
        return r1773;
}

double f(double c) {
        double r1774 = c;
        double r1775 = sinh(r1774);
        double r1776 = -2.9807307601812193e+165;
        double r1777 = 2.0;
        double r1778 = pow(r1776, r1777);
        double r1779 = r1774 - r1778;
        double r1780 = fmod(r1775, r1779);
        return r1780;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019346 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))