Average Error: 0.0 → 0.0
Time: 15.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 r29202 = c;
        double r29203 = sinh(r29202);
        double r29204 = -2.9807307601812193e+165;
        double r29205 = 2.0;
        double r29206 = pow(r29204, r29205);
        double r29207 = r29202 - r29206;
        double r29208 = fmod(r29203, r29207);
        return r29208;
}

double f(double c) {
        double r29209 = c;
        double r29210 = sinh(r29209);
        double r29211 = -2.9807307601812193e+165;
        double r29212 = 2.0;
        double r29213 = pow(r29211, r29212);
        double r29214 = r29209 - r29213;
        double r29215 = fmod(r29210, r29214);
        return r29215;
}

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