Average Error: 0.0 → 0.0
Time: 15.4s
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 r797750 = c;
        double r797751 = sinh(r797750);
        double r797752 = -2.9807307601812193e+165;
        double r797753 = 2.0;
        double r797754 = pow(r797752, r797753);
        double r797755 = r797750 - r797754;
        double r797756 = fmod(r797751, r797755);
        return r797756;
}

double f(double c) {
        double r797757 = c;
        double r797758 = sinh(r797757);
        double r797759 = -2.9807307601812193e+165;
        double r797760 = 2.0;
        double r797761 = pow(r797759, r797760);
        double r797762 = r797757 - r797761;
        double r797763 = fmod(r797758, r797762);
        return r797763;
}

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