Average Error: 0.0 → 0.0
Time: 12.6s
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 r1624392 = c;
        double r1624393 = sinh(r1624392);
        double r1624394 = -2.9807307601812193e+165;
        double r1624395 = 2.0;
        double r1624396 = pow(r1624394, r1624395);
        double r1624397 = r1624392 - r1624396;
        double r1624398 = fmod(r1624393, r1624397);
        return r1624398;
}

double f(double c) {
        double r1624399 = c;
        double r1624400 = sinh(r1624399);
        double r1624401 = -2.9807307601812193e+165;
        double r1624402 = 2.0;
        double r1624403 = pow(r1624401, r1624402);
        double r1624404 = r1624399 - r1624403;
        double r1624405 = fmod(r1624400, r1624404);
        return r1624405;
}

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