Average Error: 0.0 → 0.0
Time: 5.3s
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 r3151 = c;
        double r3152 = sinh(r3151);
        double r3153 = -2.9807307601812193e+165;
        double r3154 = 2.0;
        double r3155 = pow(r3153, r3154);
        double r3156 = r3151 - r3155;
        double r3157 = fmod(r3152, r3156);
        return r3157;
}

double f(double c) {
        double r3158 = c;
        double r3159 = sinh(r3158);
        double r3160 = -2.9807307601812193e+165;
        double r3161 = 2.0;
        double r3162 = pow(r3160, r3161);
        double r3163 = r3158 - r3162;
        double r3164 = fmod(r3159, r3163);
        return r3164;
}

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