Average Error: 0.0 → 0.0
Time: 7.3s
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 r5220 = c;
        double r5221 = sinh(r5220);
        double r5222 = -2.9807307601812193e+165;
        double r5223 = 2.0;
        double r5224 = pow(r5222, r5223);
        double r5225 = r5220 - r5224;
        double r5226 = fmod(r5221, r5225);
        return r5226;
}

double f(double c) {
        double r5227 = c;
        double r5228 = sinh(r5227);
        double r5229 = -2.9807307601812193e+165;
        double r5230 = 2.0;
        double r5231 = pow(r5229, r5230);
        double r5232 = r5227 - r5231;
        double r5233 = fmod(r5228, r5232);
        return r5233;
}

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