Average Error: 0.0 → 0.0
Time: 9.7s
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 r17598 = c;
        double r17599 = sinh(r17598);
        double r17600 = -2.9807307601812193e+165;
        double r17601 = 2.0;
        double r17602 = pow(r17600, r17601);
        double r17603 = r17598 - r17602;
        double r17604 = fmod(r17599, r17603);
        return r17604;
}

double f(double c) {
        double r17605 = c;
        double r17606 = sinh(r17605);
        double r17607 = -2.9807307601812193e+165;
        double r17608 = 2.0;
        double r17609 = pow(r17607, r17608);
        double r17610 = r17605 - r17609;
        double r17611 = fmod(r17606, r17610);
        return r17611;
}

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