Average Error: 0.0 → 0.0
Time: 4.4s
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 r25365 = c;
        double r25366 = sinh(r25365);
        double r25367 = -2.9807307601812193e+165;
        double r25368 = 2.0;
        double r25369 = pow(r25367, r25368);
        double r25370 = r25365 - r25369;
        double r25371 = fmod(r25366, r25370);
        return r25371;
}

double f(double c) {
        double r25372 = c;
        double r25373 = sinh(r25372);
        double r25374 = -2.9807307601812193e+165;
        double r25375 = 2.0;
        double r25376 = pow(r25374, r25375);
        double r25377 = r25372 - r25376;
        double r25378 = fmod(r25373, r25377);
        return r25378;
}

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