Average Error: 0.0 → 0.0
Time: 28.1s
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 r21548 = c;
        double r21549 = sinh(r21548);
        double r21550 = -2.9807307601812193e+165;
        double r21551 = 2.0;
        double r21552 = pow(r21550, r21551);
        double r21553 = r21548 - r21552;
        double r21554 = fmod(r21549, r21553);
        return r21554;
}

double f(double c) {
        double r21555 = c;
        double r21556 = sinh(r21555);
        double r21557 = -2.9807307601812193e+165;
        double r21558 = 2.0;
        double r21559 = pow(r21557, r21558);
        double r21560 = r21555 - r21559;
        double r21561 = fmod(r21556, r21560);
        return r21561;
}

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