Average Error: 0.0 → 0.0
Time: 5.5s
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 r17067 = c;
        double r17068 = sinh(r17067);
        double r17069 = -2.9807307601812193e+165;
        double r17070 = 2.0;
        double r17071 = pow(r17069, r17070);
        double r17072 = r17067 - r17071;
        double r17073 = fmod(r17068, r17072);
        return r17073;
}

double f(double c) {
        double r17074 = c;
        double r17075 = sinh(r17074);
        double r17076 = -2.9807307601812193e+165;
        double r17077 = 2.0;
        double r17078 = pow(r17076, r17077);
        double r17079 = r17074 - r17078;
        double r17080 = fmod(r17075, r17079);
        return r17080;
}

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