Average Error: 0.0 → 0.0
Time: 4.0s
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 r1613 = c;
        double r1614 = sinh(r1613);
        double r1615 = -2.9807307601812193e+165;
        double r1616 = 2.0;
        double r1617 = pow(r1615, r1616);
        double r1618 = r1613 - r1617;
        double r1619 = fmod(r1614, r1618);
        return r1619;
}

double f(double c) {
        double r1620 = c;
        double r1621 = sinh(r1620);
        double r1622 = -2.9807307601812193e+165;
        double r1623 = 2.0;
        double r1624 = pow(r1622, r1623);
        double r1625 = r1620 - r1624;
        double r1626 = fmod(r1621, r1625);
        return r1626;
}

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