Average Error: 0.0 → 0.0
Time: 24.0s
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 r808327 = c;
        double r808328 = sinh(r808327);
        double r808329 = -2.9807307601812193e+165;
        double r808330 = 2.0;
        double r808331 = pow(r808329, r808330);
        double r808332 = r808327 - r808331;
        double r808333 = fmod(r808328, r808332);
        return r808333;
}

double f(double c) {
        double r808334 = c;
        double r808335 = sinh(r808334);
        double r808336 = -2.9807307601812193e+165;
        double r808337 = 2.0;
        double r808338 = pow(r808336, r808337);
        double r808339 = r808334 - r808338;
        double r808340 = fmod(r808335, r808339);
        return r808340;
}

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