Average Error: 0.0 → 0.0
Time: 3.9s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r14623 = c;
        double r14624 = sinh(r14623);
        double r14625 = -2.9807307601812193e+165;
        double r14626 = 2.0;
        double r14627 = pow(r14625, r14626);
        double r14628 = r14623 - r14627;
        double r14629 = fmod(r14624, r14628);
        return r14629;
}

double f(double c) {
        double r14630 = c;
        double r14631 = sinh(r14630);
        double r14632 = -2.9807307601812193e+165;
        double r14633 = 2.0;
        double r14634 = pow(r14632, r14633);
        double r14635 = r14630 - r14634;
        double r14636 = fmod(r14631, r14635);
        return r14636;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

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

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

Reproduce

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