Average Error: 0.0 → 0.0
Time: 6.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 r32559 = c;
        double r32560 = sinh(r32559);
        double r32561 = -2.9807307601812193e+165;
        double r32562 = 2.0;
        double r32563 = pow(r32561, r32562);
        double r32564 = r32559 - r32563;
        double r32565 = fmod(r32560, r32564);
        return r32565;
}

double f(double c) {
        double r32566 = c;
        double r32567 = sinh(r32566);
        double r32568 = -2.9807307601812193e+165;
        double r32569 = 2.0;
        double r32570 = pow(r32568, r32569);
        double r32571 = r32566 - r32570;
        double r32572 = fmod(r32567, r32571);
        return r32572;
}

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