Average Error: 0.0 → 0.0
Time: 2.5m
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 r22245 = c;
        double r22246 = sinh(r22245);
        double r22247 = -2.9807307601812193e+165;
        double r22248 = 2.0;
        double r22249 = pow(r22247, r22248);
        double r22250 = r22245 - r22249;
        double r22251 = fmod(r22246, r22250);
        return r22251;
}

double f(double c) {
        double r22252 = c;
        double r22253 = sinh(r22252);
        double r22254 = -2.9807307601812193e+165;
        double r22255 = 2.0;
        double r22256 = pow(r22254, r22255);
        double r22257 = r22252 - r22256;
        double r22258 = fmod(r22253, r22257);
        return r22258;
}

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 2019202 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))