Average Error: 0.0 → 0.0
Time: 16.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 r10987 = c;
        double r10988 = sinh(r10987);
        double r10989 = -2.9807307601812193e+165;
        double r10990 = 2.0;
        double r10991 = pow(r10989, r10990);
        double r10992 = r10987 - r10991;
        double r10993 = fmod(r10988, r10992);
        return r10993;
}

double f(double c) {
        double r10994 = c;
        double r10995 = sinh(r10994);
        double r10996 = -2.9807307601812193e+165;
        double r10997 = 2.0;
        double r10998 = pow(r10996, r10997);
        double r10999 = r10994 - r10998;
        double r11000 = fmod(r10995, r10999);
        return r11000;
}

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 2019298 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))