Average Error: 0.0 → 0.0
Time: 10.0s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r2101 = c;
        double r2102 = sinh(r2101);
        double r2103 = -2.9807307601812193e+165;
        double r2104 = 2.0;
        double r2105 = pow(r2103, r2104);
        double r2106 = r2101 - r2105;
        double r2107 = fmod(r2102, r2106);
        return r2107;
}

double f(double c) {
        double r2108 = c;
        double r2109 = sinh(r2108);
        double r2110 = -2.9807307601812193e+165;
        double r2111 = 2.0;
        double r2112 = pow(r2110, r2111);
        double r2113 = r2108 - r2112;
        double r2114 = fmod(r2109, r2113);
        return r2114;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020042 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))