Average Error: 0.0 → 0.0
Time: 10.2s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r14055 = c;
        double r14056 = sinh(r14055);
        double r14057 = -2.9807307601812193e+165;
        double r14058 = 2.0;
        double r14059 = pow(r14057, r14058);
        double r14060 = r14055 - r14059;
        double r14061 = fmod(r14056, r14060);
        return r14061;
}

double f(double c) {
        double r14062 = c;
        double r14063 = sinh(r14062);
        double r14064 = -2.9807307601812193e+165;
        double r14065 = 2.0;
        double r14066 = pow(r14064, r14065);
        double r14067 = r14062 - r14066;
        double r14068 = fmod(r14063, r14067);
        return r14068;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019308 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))