Average Error: 0.0 → 0.0
Time: 5.1s
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 r3494 = c;
        double r3495 = sinh(r3494);
        double r3496 = -2.9807307601812193e+165;
        double r3497 = 2.0;
        double r3498 = pow(r3496, r3497);
        double r3499 = r3494 - r3498;
        double r3500 = fmod(r3495, r3499);
        return r3500;
}

double f(double c) {
        double r3501 = c;
        double r3502 = sinh(r3501);
        double r3503 = -2.9807307601812193e+165;
        double r3504 = 2.0;
        double r3505 = pow(r3503, r3504);
        double r3506 = r3501 - r3505;
        double r3507 = fmod(r3502, r3506);
        return r3507;
}

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