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 r20351 = c;
        double r20352 = sinh(r20351);
        double r20353 = -2.9807307601812193e+165;
        double r20354 = 2.0;
        double r20355 = pow(r20353, r20354);
        double r20356 = r20351 - r20355;
        double r20357 = fmod(r20352, r20356);
        return r20357;
}

double f(double c) {
        double r20358 = c;
        double r20359 = sinh(r20358);
        double r20360 = -2.9807307601812193e+165;
        double r20361 = 2.0;
        double r20362 = pow(r20360, r20361);
        double r20363 = r20358 - r20362;
        double r20364 = fmod(r20359, r20363);
        return r20364;
}

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