Average Error: 0.0 → 0.0
Time: 20.4s
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 r11547 = c;
        double r11548 = sinh(r11547);
        double r11549 = -2.9807307601812193e+165;
        double r11550 = 2.0;
        double r11551 = pow(r11549, r11550);
        double r11552 = r11547 - r11551;
        double r11553 = fmod(r11548, r11552);
        return r11553;
}

double f(double c) {
        double r11554 = c;
        double r11555 = sinh(r11554);
        double r11556 = -2.9807307601812193e+165;
        double r11557 = 2.0;
        double r11558 = pow(r11556, r11557);
        double r11559 = r11554 - r11558;
        double r11560 = fmod(r11555, r11559);
        return r11560;
}

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