Average Error: 0.0 → 0.0
Time: 12.2s
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 r14250 = c;
        double r14251 = sinh(r14250);
        double r14252 = -2.9807307601812193e+165;
        double r14253 = 2.0;
        double r14254 = pow(r14252, r14253);
        double r14255 = r14250 - r14254;
        double r14256 = fmod(r14251, r14255);
        return r14256;
}

double f(double c) {
        double r14257 = c;
        double r14258 = sinh(r14257);
        double r14259 = -2.9807307601812193e+165;
        double r14260 = 2.0;
        double r14261 = pow(r14259, r14260);
        double r14262 = r14257 - r14261;
        double r14263 = fmod(r14258, r14262);
        return r14263;
}

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 2019209 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))