Average Error: 0.0 → 0.0
Time: 10.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 r23613 = c;
        double r23614 = sinh(r23613);
        double r23615 = -2.9807307601812193e+165;
        double r23616 = 2.0;
        double r23617 = pow(r23615, r23616);
        double r23618 = r23613 - r23617;
        double r23619 = fmod(r23614, r23618);
        return r23619;
}

double f(double c) {
        double r23620 = c;
        double r23621 = sinh(r23620);
        double r23622 = -2.9807307601812193e+165;
        double r23623 = 2.0;
        double r23624 = pow(r23622, r23623);
        double r23625 = r23620 - r23624;
        double r23626 = fmod(r23621, r23625);
        return r23626;
}

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 2019308 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))