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 r2510050 = c;
        double r2510051 = sinh(r2510050);
        double r2510052 = -2.9807307601812193e+165;
        double r2510053 = 2.0;
        double r2510054 = pow(r2510052, r2510053);
        double r2510055 = r2510050 - r2510054;
        double r2510056 = fmod(r2510051, r2510055);
        return r2510056;
}

double f(double c) {
        double r2510057 = c;
        double r2510058 = sinh(r2510057);
        double r2510059 = -2.9807307601812193e+165;
        double r2510060 = 2.0;
        double r2510061 = pow(r2510059, r2510060);
        double r2510062 = r2510057 - r2510061;
        double r2510063 = fmod(r2510058, r2510062);
        return r2510063;
}

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