Average Error: 0.0 → 0.0
Time: 18.1s
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 r23139 = c;
        double r23140 = sinh(r23139);
        double r23141 = -2.9807307601812193e+165;
        double r23142 = 2.0;
        double r23143 = pow(r23141, r23142);
        double r23144 = r23139 - r23143;
        double r23145 = fmod(r23140, r23144);
        return r23145;
}

double f(double c) {
        double r23146 = c;
        double r23147 = sinh(r23146);
        double r23148 = -2.9807307601812193e+165;
        double r23149 = 2.0;
        double r23150 = pow(r23148, r23149);
        double r23151 = r23146 - r23150;
        double r23152 = fmod(r23147, r23151);
        return r23152;
}

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