Average Error: 0.0 → 0.0
Time: 4.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 r183 = c;
        double r184 = sinh(r183);
        double r185 = -2.9807307601812193e+165;
        double r186 = 2.0;
        double r187 = pow(r185, r186);
        double r188 = r183 - r187;
        double r189 = fmod(r184, r188);
        return r189;
}

double f(double c) {
        double r190 = c;
        double r191 = sinh(r190);
        double r192 = -2.9807307601812193e+165;
        double r193 = 2.0;
        double r194 = pow(r192, r193);
        double r195 = r190 - r194;
        double r196 = fmod(r191, r195);
        return r196;
}

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