Average Error: 0.0 → 0.0
Time: 9.5s
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 r17973 = c;
        double r17974 = sinh(r17973);
        double r17975 = -2.9807307601812193e+165;
        double r17976 = 2.0;
        double r17977 = pow(r17975, r17976);
        double r17978 = r17973 - r17977;
        double r17979 = fmod(r17974, r17978);
        return r17979;
}

double f(double c) {
        double r17980 = c;
        double r17981 = sinh(r17980);
        double r17982 = -2.9807307601812193e+165;
        double r17983 = 2.0;
        double r17984 = pow(r17982, r17983);
        double r17985 = r17980 - r17984;
        double r17986 = fmod(r17981, r17985);
        return r17986;
}

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