Average Error: 0.0 → 0.0
Time: 14.9s
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 r1839411 = c;
        double r1839412 = sinh(r1839411);
        double r1839413 = -2.9807307601812193e+165;
        double r1839414 = 2.0;
        double r1839415 = pow(r1839413, r1839414);
        double r1839416 = r1839411 - r1839415;
        double r1839417 = fmod(r1839412, r1839416);
        return r1839417;
}

double f(double c) {
        double r1839418 = c;
        double r1839419 = sinh(r1839418);
        double r1839420 = -2.9807307601812193e+165;
        double r1839421 = 2.0;
        double r1839422 = pow(r1839420, r1839421);
        double r1839423 = r1839418 - r1839422;
        double r1839424 = fmod(r1839419, r1839423);
        return r1839424;
}

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