Average Error: 0.0 → 0.0
Time: 3.8s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r6429 = c;
        double r6430 = sinh(r6429);
        double r6431 = -2.9807307601812193e+165;
        double r6432 = 2.0;
        double r6433 = pow(r6431, r6432);
        double r6434 = r6429 - r6433;
        double r6435 = fmod(r6430, r6434);
        return r6435;
}

double f(double c) {
        double r6436 = c;
        double r6437 = sinh(r6436);
        double r6438 = -2.9807307601812193e+165;
        double r6439 = 2.0;
        double r6440 = pow(r6438, r6439);
        double r6441 = r6436 - r6440;
        double r6442 = fmod(r6437, r6441);
        return r6442;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020057 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))