Average Error: 0.0 → 0.0
Time: 1.8m
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 r14376 = c;
        double r14377 = sinh(r14376);
        double r14378 = -2.9807307601812193e+165;
        double r14379 = 2.0;
        double r14380 = pow(r14378, r14379);
        double r14381 = r14376 - r14380;
        double r14382 = fmod(r14377, r14381);
        return r14382;
}

double f(double c) {
        double r14383 = c;
        double r14384 = sinh(r14383);
        double r14385 = -2.9807307601812193e+165;
        double r14386 = 2.0;
        double r14387 = pow(r14385, r14386);
        double r14388 = r14383 - r14387;
        double r14389 = fmod(r14384, r14388);
        return r14389;
}

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 2019202 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))