Average Error: 0.0 → 0.0
Time: 23.1s
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 r29594 = c;
        double r29595 = sinh(r29594);
        double r29596 = -2.9807307601812193e+165;
        double r29597 = 2.0;
        double r29598 = pow(r29596, r29597);
        double r29599 = r29594 - r29598;
        double r29600 = fmod(r29595, r29599);
        return r29600;
}

double f(double c) {
        double r29601 = c;
        double r29602 = sinh(r29601);
        double r29603 = -2.9807307601812193e+165;
        double r29604 = 2.0;
        double r29605 = pow(r29603, r29604);
        double r29606 = r29601 - r29605;
        double r29607 = fmod(r29602, r29606);
        return r29607;
}

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