Average Error: 0.0 → 0.0
Time: 10.5s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r3356 = c;
        double r3357 = sinh(r3356);
        double r3358 = -2.9807307601812193e+165;
        double r3359 = 2.0;
        double r3360 = pow(r3358, r3359);
        double r3361 = r3356 - r3360;
        double r3362 = fmod(r3357, r3361);
        return r3362;
}

double f(double c) {
        double r3363 = c;
        double r3364 = sinh(r3363);
        double r3365 = -2.9807307601812193e+165;
        double r3366 = 2.0;
        double r3367 = pow(r3365, r3366);
        double r3368 = r3363 - r3367;
        double r3369 = fmod(r3364, r3368);
        return r3369;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020044 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))