Average Error: 0.0 → 0.0
Time: 13.1s
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 r36949 = c;
        double r36950 = sinh(r36949);
        double r36951 = -2.9807307601812193e+165;
        double r36952 = 2.0;
        double r36953 = pow(r36951, r36952);
        double r36954 = r36949 - r36953;
        double r36955 = fmod(r36950, r36954);
        return r36955;
}

double f(double c) {
        double r36956 = c;
        double r36957 = sinh(r36956);
        double r36958 = -2.9807307601812193e+165;
        double r36959 = 2.0;
        double r36960 = pow(r36958, r36959);
        double r36961 = r36956 - r36960;
        double r36962 = fmod(r36957, r36961);
        return r36962;
}

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))))