Average Error: 0.0 → 0.0
Time: 4.3s
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 r5240 = c;
        double r5241 = sinh(r5240);
        double r5242 = -2.9807307601812193e+165;
        double r5243 = 2.0;
        double r5244 = pow(r5242, r5243);
        double r5245 = r5240 - r5244;
        double r5246 = fmod(r5241, r5245);
        return r5246;
}

double f(double c) {
        double r5247 = c;
        double r5248 = sinh(r5247);
        double r5249 = -2.9807307601812193e+165;
        double r5250 = 2.0;
        double r5251 = pow(r5249, r5250);
        double r5252 = r5247 - r5251;
        double r5253 = fmod(r5248, r5252);
        return r5253;
}

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