Average Error: 0.0 → 0.0
Time: 21.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 r35002 = c;
        double r35003 = sinh(r35002);
        double r35004 = -2.9807307601812193e+165;
        double r35005 = 2.0;
        double r35006 = pow(r35004, r35005);
        double r35007 = r35002 - r35006;
        double r35008 = fmod(r35003, r35007);
        return r35008;
}

double f(double c) {
        double r35009 = c;
        double r35010 = sinh(r35009);
        double r35011 = -2.9807307601812193e+165;
        double r35012 = 2.0;
        double r35013 = pow(r35011, r35012);
        double r35014 = r35009 - r35013;
        double r35015 = fmod(r35010, r35014);
        return r35015;
}

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