Average Error: 0.0 → 0.0
Time: 25.6s
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 r21638 = c;
        double r21639 = sinh(r21638);
        double r21640 = -2.9807307601812193e+165;
        double r21641 = 2.0;
        double r21642 = pow(r21640, r21641);
        double r21643 = r21638 - r21642;
        double r21644 = fmod(r21639, r21643);
        return r21644;
}

double f(double c) {
        double r21645 = c;
        double r21646 = sinh(r21645);
        double r21647 = -2.9807307601812193e+165;
        double r21648 = 2.0;
        double r21649 = pow(r21647, r21648);
        double r21650 = r21645 - r21649;
        double r21651 = fmod(r21646, r21650);
        return r21651;
}

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