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

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

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