Average Error: 0.0 → 0.0
Time: 12.9s
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 r5762 = c;
        double r5763 = sinh(r5762);
        double r5764 = -2.9807307601812193e+165;
        double r5765 = 2.0;
        double r5766 = pow(r5764, r5765);
        double r5767 = r5762 - r5766;
        double r5768 = fmod(r5763, r5767);
        return r5768;
}

double f(double c) {
        double r5769 = c;
        double r5770 = sinh(r5769);
        double r5771 = -2.9807307601812193e+165;
        double r5772 = 2.0;
        double r5773 = pow(r5771, r5772);
        double r5774 = r5769 - r5773;
        double r5775 = fmod(r5770, r5774);
        return r5775;
}

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