Average Error: 0.0 → 0.0
Time: 4.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 r5745 = c;
        double r5746 = sinh(r5745);
        double r5747 = -2.9807307601812193e+165;
        double r5748 = 2.0;
        double r5749 = pow(r5747, r5748);
        double r5750 = r5745 - r5749;
        double r5751 = fmod(r5746, r5750);
        return r5751;
}

double f(double c) {
        double r5752 = c;
        double r5753 = sinh(r5752);
        double r5754 = -2.9807307601812193e+165;
        double r5755 = 2.0;
        double r5756 = pow(r5754, r5755);
        double r5757 = r5752 - r5756;
        double r5758 = fmod(r5753, r5757);
        return r5758;
}

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