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

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

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))))