Average Error: 0.0 → 0.0
Time: 44.9s
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 r23665 = c;
        double r23666 = sinh(r23665);
        double r23667 = -2.9807307601812193e+165;
        double r23668 = 2.0;
        double r23669 = pow(r23667, r23668);
        double r23670 = r23665 - r23669;
        double r23671 = fmod(r23666, r23670);
        return r23671;
}

double f(double c) {
        double r23672 = c;
        double r23673 = sinh(r23672);
        double r23674 = -2.9807307601812193e+165;
        double r23675 = 2.0;
        double r23676 = pow(r23674, r23675);
        double r23677 = r23672 - r23676;
        double r23678 = fmod(r23673, r23677);
        return r23678;
}

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