Average Error: 0.0 → 0.0
Time: 16.0s
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 r29208 = c;
        double r29209 = sinh(r29208);
        double r29210 = -2.9807307601812193e+165;
        double r29211 = 2.0;
        double r29212 = pow(r29210, r29211);
        double r29213 = r29208 - r29212;
        double r29214 = fmod(r29209, r29213);
        return r29214;
}

double f(double c) {
        double r29215 = c;
        double r29216 = sinh(r29215);
        double r29217 = -2.9807307601812193e+165;
        double r29218 = 2.0;
        double r29219 = pow(r29217, r29218);
        double r29220 = r29215 - r29219;
        double r29221 = fmod(r29216, r29220);
        return r29221;
}

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