Average Error: 0.0 → 0.0
Time: 19.3s
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 r12255 = c;
        double r12256 = sinh(r12255);
        double r12257 = -2.9807307601812193e+165;
        double r12258 = 2.0;
        double r12259 = pow(r12257, r12258);
        double r12260 = r12255 - r12259;
        double r12261 = fmod(r12256, r12260);
        return r12261;
}

double f(double c) {
        double r12262 = c;
        double r12263 = sinh(r12262);
        double r12264 = -2.9807307601812193e+165;
        double r12265 = 2.0;
        double r12266 = pow(r12264, r12265);
        double r12267 = r12262 - r12266;
        double r12268 = fmod(r12263, r12267);
        return r12268;
}

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