Average Error: 0.0 → 0.0
Time: 9.7s
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 r10535 = c;
        double r10536 = sinh(r10535);
        double r10537 = -2.9807307601812193e+165;
        double r10538 = 2.0;
        double r10539 = pow(r10537, r10538);
        double r10540 = r10535 - r10539;
        double r10541 = fmod(r10536, r10540);
        return r10541;
}

double f(double c) {
        double r10542 = c;
        double r10543 = sinh(r10542);
        double r10544 = -2.9807307601812193e+165;
        double r10545 = 2.0;
        double r10546 = pow(r10544, r10545);
        double r10547 = r10542 - r10546;
        double r10548 = fmod(r10543, r10547);
        return r10548;
}

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