Average Error: 0.0 → 0.0
Time: 4.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 r7396 = c;
        double r7397 = sinh(r7396);
        double r7398 = -2.9807307601812193e+165;
        double r7399 = 2.0;
        double r7400 = pow(r7398, r7399);
        double r7401 = r7396 - r7400;
        double r7402 = fmod(r7397, r7401);
        return r7402;
}

double f(double c) {
        double r7403 = c;
        double r7404 = sinh(r7403);
        double r7405 = -2.9807307601812193e+165;
        double r7406 = 2.0;
        double r7407 = pow(r7405, r7406);
        double r7408 = r7403 - r7407;
        double r7409 = fmod(r7404, r7408);
        return r7409;
}

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