Average Error: 0.0 → 0.0
Time: 11.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 r10240 = c;
        double r10241 = sinh(r10240);
        double r10242 = -2.9807307601812193e+165;
        double r10243 = 2.0;
        double r10244 = pow(r10242, r10243);
        double r10245 = r10240 - r10244;
        double r10246 = fmod(r10241, r10245);
        return r10246;
}

double f(double c) {
        double r10247 = c;
        double r10248 = sinh(r10247);
        double r10249 = -2.9807307601812193e+165;
        double r10250 = 2.0;
        double r10251 = pow(r10249, r10250);
        double r10252 = r10247 - r10251;
        double r10253 = fmod(r10248, r10252);
        return r10253;
}

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