Average Error: 0.0 → 0.0
Time: 13.3s
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 r18634 = c;
        double r18635 = sinh(r18634);
        double r18636 = -2.9807307601812193e+165;
        double r18637 = 2.0;
        double r18638 = pow(r18636, r18637);
        double r18639 = r18634 - r18638;
        double r18640 = fmod(r18635, r18639);
        return r18640;
}

double f(double c) {
        double r18641 = c;
        double r18642 = sinh(r18641);
        double r18643 = -2.9807307601812193e+165;
        double r18644 = 2.0;
        double r18645 = pow(r18643, r18644);
        double r18646 = r18641 - r18645;
        double r18647 = fmod(r18642, r18646);
        return r18647;
}

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 2019294 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))