Average Error: 0.0 → 0.0
Time: 17.8s
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 r2050982 = c;
        double r2050983 = sinh(r2050982);
        double r2050984 = -2.9807307601812193e+165;
        double r2050985 = 2.0;
        double r2050986 = pow(r2050984, r2050985);
        double r2050987 = r2050982 - r2050986;
        double r2050988 = fmod(r2050983, r2050987);
        return r2050988;
}

double f(double c) {
        double r2050989 = c;
        double r2050990 = sinh(r2050989);
        double r2050991 = -2.9807307601812193e+165;
        double r2050992 = 2.0;
        double r2050993 = pow(r2050991, r2050992);
        double r2050994 = r2050989 - r2050993;
        double r2050995 = fmod(r2050990, r2050994);
        return r2050995;
}

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