Average Error: 0.0 → 0.0
Time: 18.9s
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 r15415 = c;
        double r15416 = sinh(r15415);
        double r15417 = -2.9807307601812193e+165;
        double r15418 = 2.0;
        double r15419 = pow(r15417, r15418);
        double r15420 = r15415 - r15419;
        double r15421 = fmod(r15416, r15420);
        return r15421;
}

double f(double c) {
        double r15422 = c;
        double r15423 = sinh(r15422);
        double r15424 = -2.9807307601812193e+165;
        double r15425 = 2.0;
        double r15426 = pow(r15424, r15425);
        double r15427 = r15422 - r15426;
        double r15428 = fmod(r15423, r15427);
        return r15428;
}

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