Average Error: 0.0 → 0.0
Time: 27.8s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r14824 = c;
        double r14825 = sinh(r14824);
        double r14826 = -2.9807307601812193e+165;
        double r14827 = 2.0;
        double r14828 = pow(r14826, r14827);
        double r14829 = r14824 - r14828;
        double r14830 = fmod(r14825, r14829);
        return r14830;
}

double f(double c) {
        double r14831 = c;
        double r14832 = sinh(r14831);
        double r14833 = -2.9807307601812193e+165;
        double r14834 = 2.0;
        double r14835 = pow(r14833, r14834);
        double r14836 = r14831 - r14835;
        double r14837 = fmod(r14832, r14836);
        return r14837;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019325 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))