Average Error: 0.0 → 0.0
Time: 4.8s
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 r17035 = c;
        double r17036 = sinh(r17035);
        double r17037 = -2.9807307601812193e+165;
        double r17038 = 2.0;
        double r17039 = pow(r17037, r17038);
        double r17040 = r17035 - r17039;
        double r17041 = fmod(r17036, r17040);
        return r17041;
}

double f(double c) {
        double r17042 = c;
        double r17043 = sinh(r17042);
        double r17044 = -2.9807307601812193e+165;
        double r17045 = 2.0;
        double r17046 = pow(r17044, r17045);
        double r17047 = r17042 - r17046;
        double r17048 = fmod(r17043, r17047);
        return r17048;
}

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