Average Error: 0.0 → 0.0
Time: 14.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 r12134 = c;
        double r12135 = sinh(r12134);
        double r12136 = -2.9807307601812193e+165;
        double r12137 = 2.0;
        double r12138 = pow(r12136, r12137);
        double r12139 = r12134 - r12138;
        double r12140 = fmod(r12135, r12139);
        return r12140;
}

double f(double c) {
        double r12141 = c;
        double r12142 = sinh(r12141);
        double r12143 = -2.9807307601812193e+165;
        double r12144 = 2.0;
        double r12145 = pow(r12143, r12144);
        double r12146 = r12141 - r12145;
        double r12147 = fmod(r12142, r12146);
        return r12147;
}

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