Average Error: 0.0 → 0.0
Time: 12.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 r4181 = c;
        double r4182 = sinh(r4181);
        double r4183 = -2.9807307601812193e+165;
        double r4184 = 2.0;
        double r4185 = pow(r4183, r4184);
        double r4186 = r4181 - r4185;
        double r4187 = fmod(r4182, r4186);
        return r4187;
}

double f(double c) {
        double r4188 = c;
        double r4189 = sinh(r4188);
        double r4190 = -2.9807307601812193e+165;
        double r4191 = 2.0;
        double r4192 = pow(r4190, r4191);
        double r4193 = r4188 - r4192;
        double r4194 = fmod(r4189, r4193);
        return r4194;
}

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