Average Error: 0.0 → 0.0
Time: 4.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 r30345 = c;
        double r30346 = sinh(r30345);
        double r30347 = -2.9807307601812193e+165;
        double r30348 = 2.0;
        double r30349 = pow(r30347, r30348);
        double r30350 = r30345 - r30349;
        double r30351 = fmod(r30346, r30350);
        return r30351;
}

double f(double c) {
        double r30352 = c;
        double r30353 = sinh(r30352);
        double r30354 = -2.9807307601812193e+165;
        double r30355 = 2.0;
        double r30356 = pow(r30354, r30355);
        double r30357 = r30352 - r30356;
        double r30358 = fmod(r30353, r30357);
        return r30358;
}

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