Average Error: 0.0 → 0.0
Time: 9.5s
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 r20455 = c;
        double r20456 = sinh(r20455);
        double r20457 = -2.9807307601812193e+165;
        double r20458 = 2.0;
        double r20459 = pow(r20457, r20458);
        double r20460 = r20455 - r20459;
        double r20461 = fmod(r20456, r20460);
        return r20461;
}

double f(double c) {
        double r20462 = c;
        double r20463 = sinh(r20462);
        double r20464 = -2.9807307601812193e+165;
        double r20465 = 2.0;
        double r20466 = pow(r20464, r20465);
        double r20467 = r20462 - r20466;
        double r20468 = fmod(r20463, r20467);
        return r20468;
}

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 2019235 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))