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 r14669 = c;
        double r14670 = sinh(r14669);
        double r14671 = -2.9807307601812193e+165;
        double r14672 = 2.0;
        double r14673 = pow(r14671, r14672);
        double r14674 = r14669 - r14673;
        double r14675 = fmod(r14670, r14674);
        return r14675;
}

double f(double c) {
        double r14676 = c;
        double r14677 = sinh(r14676);
        double r14678 = -2.9807307601812193e+165;
        double r14679 = 2.0;
        double r14680 = pow(r14678, r14679);
        double r14681 = r14676 - r14680;
        double r14682 = fmod(r14677, r14681);
        return r14682;
}

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