Average Error: 0.0 → 0.0
Time: 4.1s
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 r3617 = c;
        double r3618 = sinh(r3617);
        double r3619 = -2.9807307601812193e+165;
        double r3620 = 2.0;
        double r3621 = pow(r3619, r3620);
        double r3622 = r3617 - r3621;
        double r3623 = fmod(r3618, r3622);
        return r3623;
}

double f(double c) {
        double r3624 = c;
        double r3625 = sinh(r3624);
        double r3626 = -2.9807307601812193e+165;
        double r3627 = 2.0;
        double r3628 = pow(r3626, r3627);
        double r3629 = r3624 - r3628;
        double r3630 = fmod(r3625, r3629);
        return r3630;
}

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