Average Error: 0.0 → 0.0
Time: 5.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 r26653 = c;
        double r26654 = sinh(r26653);
        double r26655 = -2.9807307601812193e+165;
        double r26656 = 2.0;
        double r26657 = pow(r26655, r26656);
        double r26658 = r26653 - r26657;
        double r26659 = fmod(r26654, r26658);
        return r26659;
}

double f(double c) {
        double r26660 = c;
        double r26661 = sinh(r26660);
        double r26662 = -2.9807307601812193e+165;
        double r26663 = 2.0;
        double r26664 = pow(r26662, r26663);
        double r26665 = r26660 - r26664;
        double r26666 = fmod(r26661, r26665);
        return r26666;
}

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