Average Error: 0.0 → 0.0
Time: 3.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 r14967 = c;
        double r14968 = sinh(r14967);
        double r14969 = -2.9807307601812193e+165;
        double r14970 = 2.0;
        double r14971 = pow(r14969, r14970);
        double r14972 = r14967 - r14971;
        double r14973 = fmod(r14968, r14972);
        return r14973;
}

double f(double c) {
        double r14974 = c;
        double r14975 = sinh(r14974);
        double r14976 = -2.9807307601812193e+165;
        double r14977 = 2.0;
        double r14978 = pow(r14976, r14977);
        double r14979 = r14974 - r14978;
        double r14980 = fmod(r14975, r14979);
        return r14980;
}

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