Average Error: 0.0 → 0.0
Time: 16.9s
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 r18705 = c;
        double r18706 = sinh(r18705);
        double r18707 = -2.9807307601812193e+165;
        double r18708 = 2.0;
        double r18709 = pow(r18707, r18708);
        double r18710 = r18705 - r18709;
        double r18711 = fmod(r18706, r18710);
        return r18711;
}

double f(double c) {
        double r18712 = c;
        double r18713 = sinh(r18712);
        double r18714 = -2.9807307601812193e+165;
        double r18715 = 2.0;
        double r18716 = pow(r18714, r18715);
        double r18717 = r18712 - r18716;
        double r18718 = fmod(r18713, r18717);
        return r18718;
}

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