Average Error: 0.0 → 0.0
Time: 13.5s
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 r12737 = c;
        double r12738 = sinh(r12737);
        double r12739 = -2.9807307601812193e+165;
        double r12740 = 2.0;
        double r12741 = pow(r12739, r12740);
        double r12742 = r12737 - r12741;
        double r12743 = fmod(r12738, r12742);
        return r12743;
}

double f(double c) {
        double r12744 = c;
        double r12745 = sinh(r12744);
        double r12746 = -2.9807307601812193e+165;
        double r12747 = 2.0;
        double r12748 = pow(r12746, r12747);
        double r12749 = r12744 - r12748;
        double r12750 = fmod(r12745, r12749);
        return r12750;
}

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