Average Error: 0.0 → 0.0
Time: 19.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 r25030 = c;
        double r25031 = sinh(r25030);
        double r25032 = -2.9807307601812193e+165;
        double r25033 = 2.0;
        double r25034 = pow(r25032, r25033);
        double r25035 = r25030 - r25034;
        double r25036 = fmod(r25031, r25035);
        return r25036;
}

double f(double c) {
        double r25037 = c;
        double r25038 = sinh(r25037);
        double r25039 = -2.9807307601812193e+165;
        double r25040 = 2.0;
        double r25041 = pow(r25039, r25040);
        double r25042 = r25037 - r25041;
        double r25043 = fmod(r25038, r25042);
        return r25043;
}

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