Average Error: 0.0 → 0.0
Time: 19.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 r1851774 = c;
        double r1851775 = sinh(r1851774);
        double r1851776 = -2.9807307601812193e+165;
        double r1851777 = 2.0;
        double r1851778 = pow(r1851776, r1851777);
        double r1851779 = r1851774 - r1851778;
        double r1851780 = fmod(r1851775, r1851779);
        return r1851780;
}

double f(double c) {
        double r1851781 = c;
        double r1851782 = sinh(r1851781);
        double r1851783 = -2.9807307601812193e+165;
        double r1851784 = 2.0;
        double r1851785 = pow(r1851783, r1851784);
        double r1851786 = r1851781 - r1851785;
        double r1851787 = fmod(r1851782, r1851786);
        return r1851787;
}

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 2019172 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))