Average Error: 0.0 → 0.0
Time: 15.6s
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 r766334 = c;
        double r766335 = sinh(r766334);
        double r766336 = -2.9807307601812193e+165;
        double r766337 = 2.0;
        double r766338 = pow(r766336, r766337);
        double r766339 = r766334 - r766338;
        double r766340 = fmod(r766335, r766339);
        return r766340;
}

double f(double c) {
        double r766341 = c;
        double r766342 = sinh(r766341);
        double r766343 = -2.9807307601812193e+165;
        double r766344 = 2.0;
        double r766345 = pow(r766343, r766344);
        double r766346 = r766341 - r766345;
        double r766347 = fmod(r766342, r766346);
        return r766347;
}

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