Average Error: 0.0 → 0.0
Time: 16.4s
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 r31678 = c;
        double r31679 = sinh(r31678);
        double r31680 = -2.9807307601812193e+165;
        double r31681 = 2.0;
        double r31682 = pow(r31680, r31681);
        double r31683 = r31678 - r31682;
        double r31684 = fmod(r31679, r31683);
        return r31684;
}

double f(double c) {
        double r31685 = c;
        double r31686 = sinh(r31685);
        double r31687 = -2.9807307601812193e+165;
        double r31688 = 2.0;
        double r31689 = pow(r31687, r31688);
        double r31690 = r31685 - r31689;
        double r31691 = fmod(r31686, r31690);
        return r31691;
}

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