Average Error: 0.0 → 0.0
Time: 9.2s
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 r16519 = c;
        double r16520 = sinh(r16519);
        double r16521 = -2.9807307601812193e+165;
        double r16522 = 2.0;
        double r16523 = pow(r16521, r16522);
        double r16524 = r16519 - r16523;
        double r16525 = fmod(r16520, r16524);
        return r16525;
}

double f(double c) {
        double r16526 = c;
        double r16527 = sinh(r16526);
        double r16528 = -2.9807307601812193e+165;
        double r16529 = 2.0;
        double r16530 = pow(r16528, r16529);
        double r16531 = r16526 - r16530;
        double r16532 = fmod(r16527, r16531);
        return r16532;
}

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