Average Error: 0.0 → 0.0
Time: 14.0s
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 r1752993 = c;
        double r1752994 = sinh(r1752993);
        double r1752995 = -2.9807307601812193e+165;
        double r1752996 = 2.0;
        double r1752997 = pow(r1752995, r1752996);
        double r1752998 = r1752993 - r1752997;
        double r1752999 = fmod(r1752994, r1752998);
        return r1752999;
}

double f(double c) {
        double r1753000 = c;
        double r1753001 = sinh(r1753000);
        double r1753002 = -2.9807307601812193e+165;
        double r1753003 = 2.0;
        double r1753004 = pow(r1753002, r1753003);
        double r1753005 = r1753000 - r1753004;
        double r1753006 = fmod(r1753001, r1753005);
        return r1753006;
}

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