Average Error: 0.0 → 0.0
Time: 9.3s
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 r15440 = c;
        double r15441 = sinh(r15440);
        double r15442 = -2.9807307601812193e+165;
        double r15443 = 2.0;
        double r15444 = pow(r15442, r15443);
        double r15445 = r15440 - r15444;
        double r15446 = fmod(r15441, r15445);
        return r15446;
}

double f(double c) {
        double r15447 = c;
        double r15448 = sinh(r15447);
        double r15449 = -2.9807307601812193e+165;
        double r15450 = 2.0;
        double r15451 = pow(r15449, r15450);
        double r15452 = r15447 - r15451;
        double r15453 = fmod(r15448, r15452);
        return r15453;
}

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 2019235 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))