Average Error: 0.0 → 0.0
Time: 3.5s
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 r23336 = c;
        double r23337 = sinh(r23336);
        double r23338 = -2.9807307601812193e+165;
        double r23339 = 2.0;
        double r23340 = pow(r23338, r23339);
        double r23341 = r23336 - r23340;
        double r23342 = fmod(r23337, r23341);
        return r23342;
}

double f(double c) {
        double r23343 = c;
        double r23344 = sinh(r23343);
        double r23345 = -2.9807307601812193e+165;
        double r23346 = 2.0;
        double r23347 = pow(r23345, r23346);
        double r23348 = r23343 - r23347;
        double r23349 = fmod(r23344, r23348);
        return r23349;
}

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