Average Error: 0.0 → 0.0
Time: 5.3s
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 r17437 = c;
        double r17438 = sinh(r17437);
        double r17439 = -2.9807307601812193e+165;
        double r17440 = 2.0;
        double r17441 = pow(r17439, r17440);
        double r17442 = r17437 - r17441;
        double r17443 = fmod(r17438, r17442);
        return r17443;
}

double f(double c) {
        double r17444 = c;
        double r17445 = sinh(r17444);
        double r17446 = -2.9807307601812193e+165;
        double r17447 = 2.0;
        double r17448 = pow(r17446, r17447);
        double r17449 = r17444 - r17448;
        double r17450 = fmod(r17445, r17449);
        return r17450;
}

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