Average Error: 0.0 → 0.0
Time: 34.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 r2529104 = c;
        double r2529105 = sinh(r2529104);
        double r2529106 = -2.9807307601812193e+165;
        double r2529107 = 2.0;
        double r2529108 = pow(r2529106, r2529107);
        double r2529109 = r2529104 - r2529108;
        double r2529110 = fmod(r2529105, r2529109);
        return r2529110;
}

double f(double c) {
        double r2529111 = c;
        double r2529112 = sinh(r2529111);
        double r2529113 = -2.9807307601812193e+165;
        double r2529114 = 2.0;
        double r2529115 = pow(r2529113, r2529114);
        double r2529116 = r2529111 - r2529115;
        double r2529117 = fmod(r2529112, r2529116);
        return r2529117;
}

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