Average Error: 0.0 → 0.0
Time: 5.7s
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 r12527 = c;
        double r12528 = sinh(r12527);
        double r12529 = -2.9807307601812193e+165;
        double r12530 = 2.0;
        double r12531 = pow(r12529, r12530);
        double r12532 = r12527 - r12531;
        double r12533 = fmod(r12528, r12532);
        return r12533;
}

double f(double c) {
        double r12534 = c;
        double r12535 = sinh(r12534);
        double r12536 = -2.9807307601812193e+165;
        double r12537 = 2.0;
        double r12538 = pow(r12536, r12537);
        double r12539 = r12534 - r12538;
        double r12540 = fmod(r12535, r12539);
        return r12540;
}

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