Average Error: 0.0 → 0.0
Time: 9.4s
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 r16080 = c;
        double r16081 = sinh(r16080);
        double r16082 = -2.9807307601812193e+165;
        double r16083 = 2.0;
        double r16084 = pow(r16082, r16083);
        double r16085 = r16080 - r16084;
        double r16086 = fmod(r16081, r16085);
        return r16086;
}

double f(double c) {
        double r16087 = c;
        double r16088 = sinh(r16087);
        double r16089 = -2.9807307601812193e+165;
        double r16090 = 2.0;
        double r16091 = pow(r16089, r16090);
        double r16092 = r16087 - r16091;
        double r16093 = fmod(r16088, r16092);
        return r16093;
}

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