Average Error: 0.0 → 0.0
Time: 19.0s
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 r26763 = c;
        double r26764 = sinh(r26763);
        double r26765 = -2.9807307601812193e+165;
        double r26766 = 2.0;
        double r26767 = pow(r26765, r26766);
        double r26768 = r26763 - r26767;
        double r26769 = fmod(r26764, r26768);
        return r26769;
}

double f(double c) {
        double r26770 = c;
        double r26771 = sinh(r26770);
        double r26772 = -2.9807307601812193e+165;
        double r26773 = 2.0;
        double r26774 = pow(r26772, r26773);
        double r26775 = r26770 - r26774;
        double r26776 = fmod(r26771, r26775);
        return r26776;
}

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