Average Error: 0.0 → 0.0
Time: 6.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 r1659 = c;
        double r1660 = sinh(r1659);
        double r1661 = -2.9807307601812193e+165;
        double r1662 = 2.0;
        double r1663 = pow(r1661, r1662);
        double r1664 = r1659 - r1663;
        double r1665 = fmod(r1660, r1664);
        return r1665;
}

double f(double c) {
        double r1666 = c;
        double r1667 = sinh(r1666);
        double r1668 = -2.9807307601812193e+165;
        double r1669 = 2.0;
        double r1670 = pow(r1668, r1669);
        double r1671 = r1666 - r1670;
        double r1672 = fmod(r1667, r1671);
        return r1672;
}

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