Average Error: 0.0 → 0.0
Time: 26.0s
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 r15978 = c;
        double r15979 = sinh(r15978);
        double r15980 = -2.9807307601812193e+165;
        double r15981 = 2.0;
        double r15982 = pow(r15980, r15981);
        double r15983 = r15978 - r15982;
        double r15984 = fmod(r15979, r15983);
        return r15984;
}

double f(double c) {
        double r15985 = c;
        double r15986 = sinh(r15985);
        double r15987 = -2.9807307601812193e+165;
        double r15988 = 2.0;
        double r15989 = pow(r15987, r15988);
        double r15990 = r15985 - r15989;
        double r15991 = fmod(r15986, r15990);
        return r15991;
}

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