Average Error: 0.0 → 0.0
Time: 3.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 r17804 = c;
        double r17805 = sinh(r17804);
        double r17806 = -2.9807307601812193e+165;
        double r17807 = 2.0;
        double r17808 = pow(r17806, r17807);
        double r17809 = r17804 - r17808;
        double r17810 = fmod(r17805, r17809);
        return r17810;
}

double f(double c) {
        double r17811 = c;
        double r17812 = sinh(r17811);
        double r17813 = -2.9807307601812193e+165;
        double r17814 = 2.0;
        double r17815 = pow(r17813, r17814);
        double r17816 = r17811 - r17815;
        double r17817 = fmod(r17812, r17816);
        return r17817;
}

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