Average Error: 0.0 → 0.0
Time: 12.8s
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 r9693 = c;
        double r9694 = sinh(r9693);
        double r9695 = -2.9807307601812193e+165;
        double r9696 = 2.0;
        double r9697 = pow(r9695, r9696);
        double r9698 = r9693 - r9697;
        double r9699 = fmod(r9694, r9698);
        return r9699;
}

double f(double c) {
        double r9700 = c;
        double r9701 = sinh(r9700);
        double r9702 = -2.9807307601812193e+165;
        double r9703 = 2.0;
        double r9704 = pow(r9702, r9703);
        double r9705 = r9700 - r9704;
        double r9706 = fmod(r9701, r9705);
        return r9706;
}

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