Average Error: 0.0 → 0.0
Time: 15.2s
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 r2072733 = c;
        double r2072734 = sinh(r2072733);
        double r2072735 = -2.9807307601812193e+165;
        double r2072736 = 2.0;
        double r2072737 = pow(r2072735, r2072736);
        double r2072738 = r2072733 - r2072737;
        double r2072739 = fmod(r2072734, r2072738);
        return r2072739;
}

double f(double c) {
        double r2072740 = c;
        double r2072741 = sinh(r2072740);
        double r2072742 = -2.9807307601812193e+165;
        double r2072743 = 2.0;
        double r2072744 = pow(r2072742, r2072743);
        double r2072745 = r2072740 - r2072744;
        double r2072746 = fmod(r2072741, r2072745);
        return r2072746;
}

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