Average Error: 0.0 → 0.0
Time: 14.7s
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 r297039 = c;
        double r297040 = sinh(r297039);
        double r297041 = -2.9807307601812193e+165;
        double r297042 = 2.0;
        double r297043 = pow(r297041, r297042);
        double r297044 = r297039 - r297043;
        double r297045 = fmod(r297040, r297044);
        return r297045;
}

double f(double c) {
        double r297046 = c;
        double r297047 = sinh(r297046);
        double r297048 = -2.9807307601812193e+165;
        double r297049 = 2.0;
        double r297050 = pow(r297048, r297049);
        double r297051 = r297046 - r297050;
        double r297052 = fmod(r297047, r297051);
        return r297052;
}

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