Average Error: 0.0 → 0.0
Time: 5.1s
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 r3394 = c;
        double r3395 = sinh(r3394);
        double r3396 = -2.9807307601812193e+165;
        double r3397 = 2.0;
        double r3398 = pow(r3396, r3397);
        double r3399 = r3394 - r3398;
        double r3400 = fmod(r3395, r3399);
        return r3400;
}

double f(double c) {
        double r3401 = c;
        double r3402 = sinh(r3401);
        double r3403 = -2.9807307601812193e+165;
        double r3404 = 2.0;
        double r3405 = pow(r3403, r3404);
        double r3406 = r3401 - r3405;
        double r3407 = fmod(r3402, r3406);
        return r3407;
}

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