Average Error: 0.0 → 0.0
Time: 4.6s
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 r25423 = c;
        double r25424 = sinh(r25423);
        double r25425 = -2.9807307601812193e+165;
        double r25426 = 2.0;
        double r25427 = pow(r25425, r25426);
        double r25428 = r25423 - r25427;
        double r25429 = fmod(r25424, r25428);
        return r25429;
}

double f(double c) {
        double r25430 = c;
        double r25431 = sinh(r25430);
        double r25432 = -2.9807307601812193e+165;
        double r25433 = 2.0;
        double r25434 = pow(r25432, r25433);
        double r25435 = r25430 - r25434;
        double r25436 = fmod(r25431, r25435);
        return r25436;
}

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