Average Error: 0.0 → 0.0
Time: 21.5s
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 r2002880 = c;
        double r2002881 = sinh(r2002880);
        double r2002882 = -2.9807307601812193e+165;
        double r2002883 = 2.0;
        double r2002884 = pow(r2002882, r2002883);
        double r2002885 = r2002880 - r2002884;
        double r2002886 = fmod(r2002881, r2002885);
        return r2002886;
}

double f(double c) {
        double r2002887 = c;
        double r2002888 = sinh(r2002887);
        double r2002889 = -2.9807307601812193e+165;
        double r2002890 = 2.0;
        double r2002891 = pow(r2002889, r2002890);
        double r2002892 = r2002887 - r2002891;
        double r2002893 = fmod(r2002888, r2002892);
        return r2002893;
}

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