Average Error: 0.0 → 0.0
Time: 28.0s
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 r14826 = c;
        double r14827 = sinh(r14826);
        double r14828 = -2.9807307601812193e+165;
        double r14829 = 2.0;
        double r14830 = pow(r14828, r14829);
        double r14831 = r14826 - r14830;
        double r14832 = fmod(r14827, r14831);
        return r14832;
}

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

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))))