Average Error: 0.0 → 0.0
Time: 4.5s
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 r470 = c;
        double r471 = sinh(r470);
        double r472 = -2.9807307601812193e+165;
        double r473 = 2.0;
        double r474 = pow(r472, r473);
        double r475 = r470 - r474;
        double r476 = fmod(r471, r475);
        return r476;
}

double f(double c) {
        double r477 = c;
        double r478 = sinh(r477);
        double r479 = -2.9807307601812193e+165;
        double r480 = 2.0;
        double r481 = pow(r479, r480);
        double r482 = r477 - r481;
        double r483 = fmod(r478, r482);
        return r483;
}

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