Average Error: 0.0 → 0.0
Time: 16.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 r18338 = c;
        double r18339 = sinh(r18338);
        double r18340 = -2.9807307601812193e+165;
        double r18341 = 2.0;
        double r18342 = pow(r18340, r18341);
        double r18343 = r18338 - r18342;
        double r18344 = fmod(r18339, r18343);
        return r18344;
}

double f(double c) {
        double r18345 = c;
        double r18346 = sinh(r18345);
        double r18347 = -2.9807307601812193e+165;
        double r18348 = 2.0;
        double r18349 = pow(r18347, r18348);
        double r18350 = r18345 - r18349;
        double r18351 = fmod(r18346, r18350);
        return r18351;
}

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