Average Error: 0.0 → 0.0
Time: 3.4s
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 r8630 = c;
        double r8631 = sinh(r8630);
        double r8632 = -2.9807307601812193e+165;
        double r8633 = 2.0;
        double r8634 = pow(r8632, r8633);
        double r8635 = r8630 - r8634;
        double r8636 = fmod(r8631, r8635);
        return r8636;
}

double f(double c) {
        double r8637 = c;
        double r8638 = sinh(r8637);
        double r8639 = -2.9807307601812193e+165;
        double r8640 = 2.0;
        double r8641 = pow(r8639, r8640);
        double r8642 = r8637 - r8641;
        double r8643 = fmod(r8638, r8642);
        return r8643;
}

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