Average Error: 0.0 → 0.0
Time: 13.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 r29864 = c;
        double r29865 = sinh(r29864);
        double r29866 = -2.9807307601812193e+165;
        double r29867 = 2.0;
        double r29868 = pow(r29866, r29867);
        double r29869 = r29864 - r29868;
        double r29870 = fmod(r29865, r29869);
        return r29870;
}

double f(double c) {
        double r29871 = c;
        double r29872 = sinh(r29871);
        double r29873 = -2.9807307601812193e+165;
        double r29874 = 2.0;
        double r29875 = pow(r29873, r29874);
        double r29876 = r29871 - r29875;
        double r29877 = fmod(r29872, r29876);
        return r29877;
}

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