Average Error: 0.0 → 0.0
Time: 5.0s
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 r6753 = c;
        double r6754 = sinh(r6753);
        double r6755 = -2.9807307601812193e+165;
        double r6756 = 2.0;
        double r6757 = pow(r6755, r6756);
        double r6758 = r6753 - r6757;
        double r6759 = fmod(r6754, r6758);
        return r6759;
}

double f(double c) {
        double r6760 = c;
        double r6761 = sinh(r6760);
        double r6762 = -2.9807307601812193e+165;
        double r6763 = 2.0;
        double r6764 = pow(r6762, r6763);
        double r6765 = r6760 - r6764;
        double r6766 = fmod(r6761, r6765);
        return r6766;
}

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