Average Error: 0.0 → 0.0
Time: 4.9s
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 r4425 = c;
        double r4426 = sinh(r4425);
        double r4427 = -2.9807307601812193e+165;
        double r4428 = 2.0;
        double r4429 = pow(r4427, r4428);
        double r4430 = r4425 - r4429;
        double r4431 = fmod(r4426, r4430);
        return r4431;
}

double f(double c) {
        double r4432 = c;
        double r4433 = sinh(r4432);
        double r4434 = -2.9807307601812193e+165;
        double r4435 = 2.0;
        double r4436 = pow(r4434, r4435);
        double r4437 = r4432 - r4436;
        double r4438 = fmod(r4433, r4437);
        return r4438;
}

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