Average Error: 0.0 → 0.0
Time: 4.2s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r11350 = c;
        double r11351 = sinh(r11350);
        double r11352 = -2.9807307601812193e+165;
        double r11353 = 2.0;
        double r11354 = pow(r11352, r11353);
        double r11355 = r11350 - r11354;
        double r11356 = fmod(r11351, r11355);
        return r11356;
}

double f(double c) {
        double r11357 = c;
        double r11358 = sinh(r11357);
        double r11359 = -2.9807307601812193e+165;
        double r11360 = 2.0;
        double r11361 = pow(r11359, r11360);
        double r11362 = r11357 - r11361;
        double r11363 = fmod(r11358, r11362);
        return r11363;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020057 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))