Average Error: 0.0 → 0.0
Time: 10.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 r8350 = c;
        double r8351 = sinh(r8350);
        double r8352 = -2.9807307601812193e+165;
        double r8353 = 2.0;
        double r8354 = pow(r8352, r8353);
        double r8355 = r8350 - r8354;
        double r8356 = fmod(r8351, r8355);
        return r8356;
}

double f(double c) {
        double r8357 = c;
        double r8358 = sinh(r8357);
        double r8359 = -2.9807307601812193e+165;
        double r8360 = 2.0;
        double r8361 = pow(r8359, r8360);
        double r8362 = r8357 - r8361;
        double r8363 = fmod(r8358, r8362);
        return r8363;
}

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