Average Error: 0.0 → 0.0
Time: 4.7s
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 r25787 = c;
        double r25788 = sinh(r25787);
        double r25789 = -2.9807307601812193e+165;
        double r25790 = 2.0;
        double r25791 = pow(r25789, r25790);
        double r25792 = r25787 - r25791;
        double r25793 = fmod(r25788, r25792);
        return r25793;
}

double f(double c) {
        double r25794 = c;
        double r25795 = sinh(r25794);
        double r25796 = -2.9807307601812193e+165;
        double r25797 = 2.0;
        double r25798 = pow(r25796, r25797);
        double r25799 = r25794 - r25798;
        double r25800 = fmod(r25795, r25799);
        return r25800;
}

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