Average Error: 0.0 → 0.0
Time: 16.8s
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 r23687 = c;
        double r23688 = sinh(r23687);
        double r23689 = -2.9807307601812193e+165;
        double r23690 = 2.0;
        double r23691 = pow(r23689, r23690);
        double r23692 = r23687 - r23691;
        double r23693 = fmod(r23688, r23692);
        return r23693;
}

double f(double c) {
        double r23694 = c;
        double r23695 = sinh(r23694);
        double r23696 = -2.9807307601812193e+165;
        double r23697 = 2.0;
        double r23698 = pow(r23696, r23697);
        double r23699 = r23694 - r23698;
        double r23700 = fmod(r23695, r23699);
        return r23700;
}

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