Average Error: 0.0 → 0.0
Time: 10.7s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r8720 = c;
        double r8721 = sinh(r8720);
        double r8722 = -2.9807307601812193e+165;
        double r8723 = 2.0;
        double r8724 = pow(r8722, r8723);
        double r8725 = r8720 - r8724;
        double r8726 = fmod(r8721, r8725);
        return r8726;
}

double f(double c) {
        double r8727 = c;
        double r8728 = sinh(r8727);
        double r8729 = -2.9807307601812193e+165;
        double r8730 = 2.0;
        double r8731 = pow(r8729, r8730);
        double r8732 = r8727 - r8731;
        double r8733 = fmod(r8728, r8732);
        return r8733;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020043 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))