Average Error: 0.0 → 0.0
Time: 25.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 r15971 = c;
        double r15972 = sinh(r15971);
        double r15973 = -2.9807307601812193e+165;
        double r15974 = 2.0;
        double r15975 = pow(r15973, r15974);
        double r15976 = r15971 - r15975;
        double r15977 = fmod(r15972, r15976);
        return r15977;
}

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;
}

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))))