Average Error: 0.0 → 0.0
Time: 16.0s
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 r14543 = c;
        double r14544 = sinh(r14543);
        double r14545 = -2.9807307601812193e+165;
        double r14546 = 2.0;
        double r14547 = pow(r14545, r14546);
        double r14548 = r14543 - r14547;
        double r14549 = fmod(r14544, r14548);
        return r14549;
}

double f(double c) {
        double r14550 = c;
        double r14551 = sinh(r14550);
        double r14552 = -2.9807307601812193e+165;
        double r14553 = 2.0;
        double r14554 = pow(r14552, r14553);
        double r14555 = r14550 - r14554;
        double r14556 = fmod(r14551, r14555);
        return r14556;
}

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 2019198 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2.0))))