Average Error: 0.0 → 0.0
Time: 10.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 r10580 = c;
        double r10581 = sinh(r10580);
        double r10582 = -2.9807307601812193e+165;
        double r10583 = 2.0;
        double r10584 = pow(r10582, r10583);
        double r10585 = r10580 - r10584;
        double r10586 = fmod(r10581, r10585);
        return r10586;
}

double f(double c) {
        double r10587 = c;
        double r10588 = sinh(r10587);
        double r10589 = -2.9807307601812193e+165;
        double r10590 = 2.0;
        double r10591 = pow(r10589, r10590);
        double r10592 = r10587 - r10591;
        double r10593 = fmod(r10588, r10592);
        return r10593;
}

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