Average Error: 0.0 → 0.0
Time: 4.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 r4211 = c;
        double r4212 = sinh(r4211);
        double r4213 = -2.9807307601812193e+165;
        double r4214 = 2.0;
        double r4215 = pow(r4213, r4214);
        double r4216 = r4211 - r4215;
        double r4217 = fmod(r4212, r4216);
        return r4217;
}

double f(double c) {
        double r4218 = c;
        double r4219 = sinh(r4218);
        double r4220 = -2.9807307601812193e+165;
        double r4221 = 2.0;
        double r4222 = pow(r4220, r4221);
        double r4223 = r4218 - r4222;
        double r4224 = fmod(r4219, r4223);
        return r4224;
}

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