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

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

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