Average Error: 0.0 → 0.0
Time: 17.7s
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 r21738 = c;
        double r21739 = sinh(r21738);
        double r21740 = -2.9807307601812193e+165;
        double r21741 = 2.0;
        double r21742 = pow(r21740, r21741);
        double r21743 = r21738 - r21742;
        double r21744 = fmod(r21739, r21743);
        return r21744;
}

double f(double c) {
        double r21745 = c;
        double r21746 = sinh(r21745);
        double r21747 = -2.9807307601812193e+165;
        double r21748 = 2.0;
        double r21749 = pow(r21747, r21748);
        double r21750 = r21745 - r21749;
        double r21751 = fmod(r21746, r21750);
        return r21751;
}

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