Average Error: 0.0 → 0.0
Time: 16.2s
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 r579248 = c;
        double r579249 = sinh(r579248);
        double r579250 = -2.9807307601812193e+165;
        double r579251 = 2.0;
        double r579252 = pow(r579250, r579251);
        double r579253 = r579248 - r579252;
        double r579254 = fmod(r579249, r579253);
        return r579254;
}

double f(double c) {
        double r579255 = c;
        double r579256 = sinh(r579255);
        double r579257 = -2.9807307601812193e+165;
        double r579258 = 2.0;
        double r579259 = pow(r579257, r579258);
        double r579260 = r579255 - r579259;
        double r579261 = fmod(r579256, r579260);
        return r579261;
}

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