Average Error: 0.0 → 0.0
Time: 35.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 r918466 = c;
        double r918467 = sinh(r918466);
        double r918468 = -2.9807307601812193e+165;
        double r918469 = 2.0;
        double r918470 = pow(r918468, r918469);
        double r918471 = r918466 - r918470;
        double r918472 = fmod(r918467, r918471);
        return r918472;
}

double f(double c) {
        double r918473 = c;
        double r918474 = sinh(r918473);
        double r918475 = -2.9807307601812193e+165;
        double r918476 = 2.0;
        double r918477 = pow(r918475, r918476);
        double r918478 = r918473 - r918477;
        double r918479 = fmod(r918474, r918478);
        return r918479;
}

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 014"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))