Average Error: 0.0 → 0.0
Time: 14.6s
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 r2253312 = c;
        double r2253313 = sinh(r2253312);
        double r2253314 = -2.9807307601812193e+165;
        double r2253315 = 2.0;
        double r2253316 = pow(r2253314, r2253315);
        double r2253317 = r2253312 - r2253316;
        double r2253318 = fmod(r2253313, r2253317);
        return r2253318;
}

double f(double c) {
        double r2253319 = c;
        double r2253320 = sinh(r2253319);
        double r2253321 = -2.9807307601812193e+165;
        double r2253322 = 2.0;
        double r2253323 = pow(r2253321, r2253322);
        double r2253324 = r2253319 - r2253323;
        double r2253325 = fmod(r2253320, r2253324);
        return r2253325;
}

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