Average Error: 0.0 → 0.0
Time: 5.0s
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 r10562 = c;
        double r10563 = sinh(r10562);
        double r10564 = -2.9807307601812193e+165;
        double r10565 = 2.0;
        double r10566 = pow(r10564, r10565);
        double r10567 = r10562 - r10566;
        double r10568 = fmod(r10563, r10567);
        return r10568;
}

double f(double c) {
        double r10569 = c;
        double r10570 = sinh(r10569);
        double r10571 = -2.9807307601812193e+165;
        double r10572 = 2.0;
        double r10573 = pow(r10571, r10572);
        double r10574 = r10569 - r10573;
        double r10575 = fmod(r10570, r10574);
        return r10575;
}

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