Average Error: 0.0 → 0.0
Time: 7.4s
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 r464 = c;
        double r465 = sinh(r464);
        double r466 = -2.9807307601812193e+165;
        double r467 = 2.0;
        double r468 = pow(r466, r467);
        double r469 = r464 - r468;
        double r470 = fmod(r465, r469);
        return r470;
}

double f(double c) {
        double r471 = c;
        double r472 = sinh(r471);
        double r473 = -2.9807307601812193e+165;
        double r474 = 2.0;
        double r475 = pow(r473, r474);
        double r476 = r471 - r475;
        double r477 = fmod(r472, r476);
        return r477;
}

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