Average Error: 0.0 → 0.0
Time: 22.0s
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 r2463630 = c;
        double r2463631 = sinh(r2463630);
        double r2463632 = -2.9807307601812193e+165;
        double r2463633 = 2.0;
        double r2463634 = pow(r2463632, r2463633);
        double r2463635 = r2463630 - r2463634;
        double r2463636 = fmod(r2463631, r2463635);
        return r2463636;
}

double f(double c) {
        double r2463637 = c;
        double r2463638 = sinh(r2463637);
        double r2463639 = -2.9807307601812193e+165;
        double r2463640 = 2.0;
        double r2463641 = pow(r2463639, r2463640);
        double r2463642 = r2463637 - r2463641;
        double r2463643 = fmod(r2463638, r2463642);
        return r2463643;
}

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