Average Error: 0.0 → 0.0
Time: 5.2s
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 r15770 = c;
        double r15771 = sinh(r15770);
        double r15772 = -2.9807307601812193e+165;
        double r15773 = 2.0;
        double r15774 = pow(r15772, r15773);
        double r15775 = r15770 - r15774;
        double r15776 = fmod(r15771, r15775);
        return r15776;
}

double f(double c) {
        double r15777 = c;
        double r15778 = sinh(r15777);
        double r15779 = -2.9807307601812193e+165;
        double r15780 = 2.0;
        double r15781 = pow(r15779, r15780);
        double r15782 = r15777 - r15781;
        double r15783 = fmod(r15778, r15782);
        return r15783;
}

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