Average Error: 0.0 → 0.0
Time: 18.6s
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 r9501 = c;
        double r9502 = sinh(r9501);
        double r9503 = -2.9807307601812193e+165;
        double r9504 = 2.0;
        double r9505 = pow(r9503, r9504);
        double r9506 = r9501 - r9505;
        double r9507 = fmod(r9502, r9506);
        return r9507;
}

double f(double c) {
        double r9508 = c;
        double r9509 = sinh(r9508);
        double r9510 = -2.9807307601812193e+165;
        double r9511 = 2.0;
        double r9512 = pow(r9510, r9511);
        double r9513 = r9508 - r9512;
        double r9514 = fmod(r9509, r9513);
        return r9514;
}

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 2019306 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))