Average Error: 0.0 → 0.0
Time: 15.1s
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 r1468066 = c;
        double r1468067 = sinh(r1468066);
        double r1468068 = -2.9807307601812193e+165;
        double r1468069 = 2.0;
        double r1468070 = pow(r1468068, r1468069);
        double r1468071 = r1468066 - r1468070;
        double r1468072 = fmod(r1468067, r1468071);
        return r1468072;
}

double f(double c) {
        double r1468073 = c;
        double r1468074 = sinh(r1468073);
        double r1468075 = -2.9807307601812193e+165;
        double r1468076 = 2.0;
        double r1468077 = pow(r1468075, r1468076);
        double r1468078 = r1468073 - r1468077;
        double r1468079 = fmod(r1468074, r1468078);
        return r1468079;
}

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