Average Error: 0.0 → 0.0
Time: 11.4s
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 r4297 = c;
        double r4298 = sinh(r4297);
        double r4299 = -2.9807307601812193e+165;
        double r4300 = 2.0;
        double r4301 = pow(r4299, r4300);
        double r4302 = r4297 - r4301;
        double r4303 = fmod(r4298, r4302);
        return r4303;
}

double f(double c) {
        double r4304 = c;
        double r4305 = sinh(r4304);
        double r4306 = -2.9807307601812193e+165;
        double r4307 = 2.0;
        double r4308 = pow(r4306, r4307);
        double r4309 = r4304 - r4308;
        double r4310 = fmod(r4305, r4309);
        return r4310;
}

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