Average Error: 0.0 → 0.0
Time: 9.3s
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 r1601125 = c;
        double r1601126 = sinh(r1601125);
        double r1601127 = -2.9807307601812193e+165;
        double r1601128 = 2.0;
        double r1601129 = pow(r1601127, r1601128);
        double r1601130 = r1601125 - r1601129;
        double r1601131 = fmod(r1601126, r1601130);
        return r1601131;
}

double f(double c) {
        double r1601132 = c;
        double r1601133 = sinh(r1601132);
        double r1601134 = -2.9807307601812193e+165;
        double r1601135 = 2.0;
        double r1601136 = pow(r1601134, r1601135);
        double r1601137 = r1601132 - r1601136;
        double r1601138 = fmod(r1601133, r1601137);
        return r1601138;
}

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 2019171 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))