Average Error: 0.0 → 0.0
Time: 3.2s
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 r12253 = c;
        double r12254 = sinh(r12253);
        double r12255 = -2.9807307601812193e+165;
        double r12256 = 2.0;
        double r12257 = pow(r12255, r12256);
        double r12258 = r12253 - r12257;
        double r12259 = fmod(r12254, r12258);
        return r12259;
}

double f(double c) {
        double r12260 = c;
        double r12261 = sinh(r12260);
        double r12262 = -2.9807307601812193e+165;
        double r12263 = 2.0;
        double r12264 = pow(r12262, r12263);
        double r12265 = r12260 - r12264;
        double r12266 = fmod(r12261, r12265);
        return r12266;
}

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