Average Error: 0.0 → 0.0
Time: 22.6s
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 r23902 = c;
        double r23903 = sinh(r23902);
        double r23904 = -2.9807307601812193e+165;
        double r23905 = 2.0;
        double r23906 = pow(r23904, r23905);
        double r23907 = r23902 - r23906;
        double r23908 = fmod(r23903, r23907);
        return r23908;
}

double f(double c) {
        double r23909 = c;
        double r23910 = sinh(r23909);
        double r23911 = -2.9807307601812193e+165;
        double r23912 = 2.0;
        double r23913 = pow(r23911, r23912);
        double r23914 = r23909 - r23913;
        double r23915 = fmod(r23910, r23914);
        return r23915;
}

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 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))