Average Error: 0.0 → 0.0
Time: 11.9s
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 r4356 = c;
        double r4357 = sinh(r4356);
        double r4358 = -2.9807307601812193e+165;
        double r4359 = 2.0;
        double r4360 = pow(r4358, r4359);
        double r4361 = r4356 - r4360;
        double r4362 = fmod(r4357, r4361);
        return r4362;
}

double f(double c) {
        double r4363 = c;
        double r4364 = sinh(r4363);
        double r4365 = -2.9807307601812193e+165;
        double r4366 = 2.0;
        double r4367 = pow(r4365, r4366);
        double r4368 = r4363 - r4367;
        double r4369 = fmod(r4364, r4368);
        return r4369;
}

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