Average Error: 0.0 → 0.0
Time: 15.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 r8619 = c;
        double r8620 = sinh(r8619);
        double r8621 = -2.9807307601812193e+165;
        double r8622 = 2.0;
        double r8623 = pow(r8621, r8622);
        double r8624 = r8619 - r8623;
        double r8625 = fmod(r8620, r8624);
        return r8625;
}

double f(double c) {
        double r8626 = c;
        double r8627 = sinh(r8626);
        double r8628 = -2.9807307601812193e+165;
        double r8629 = 2.0;
        double r8630 = pow(r8628, r8629);
        double r8631 = r8626 - r8630;
        double r8632 = fmod(r8627, r8631);
        return r8632;
}

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