Average Error: 0.0 → 0.0
Time: 10.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 r317677 = c;
        double r317678 = sinh(r317677);
        double r317679 = -2.9807307601812193e+165;
        double r317680 = 2.0;
        double r317681 = pow(r317679, r317680);
        double r317682 = r317677 - r317681;
        double r317683 = fmod(r317678, r317682);
        return r317683;
}

double f(double c) {
        double r317684 = c;
        double r317685 = sinh(r317684);
        double r317686 = -2.9807307601812193e+165;
        double r317687 = 2.0;
        double r317688 = pow(r317686, r317687);
        double r317689 = r317684 - r317688;
        double r317690 = fmod(r317685, r317689);
        return r317690;
}

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