Average Error: 0.0 → 0.0
Time: 4.3s
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 r3628 = c;
        double r3629 = sinh(r3628);
        double r3630 = -2.9807307601812193e+165;
        double r3631 = 2.0;
        double r3632 = pow(r3630, r3631);
        double r3633 = r3628 - r3632;
        double r3634 = fmod(r3629, r3633);
        return r3634;
}

double f(double c) {
        double r3635 = c;
        double r3636 = sinh(r3635);
        double r3637 = -2.9807307601812193e+165;
        double r3638 = 2.0;
        double r3639 = pow(r3637, r3638);
        double r3640 = r3635 - r3639;
        double r3641 = fmod(r3636, r3640);
        return r3641;
}

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