Average Error: 0.0 → 0.0
Time: 3.6s
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 r12996 = c;
        double r12997 = sinh(r12996);
        double r12998 = -2.9807307601812193e+165;
        double r12999 = 2.0;
        double r13000 = pow(r12998, r12999);
        double r13001 = r12996 - r13000;
        double r13002 = fmod(r12997, r13001);
        return r13002;
}

double f(double c) {
        double r13003 = c;
        double r13004 = sinh(r13003);
        double r13005 = -2.9807307601812193e+165;
        double r13006 = 2.0;
        double r13007 = pow(r13005, r13006);
        double r13008 = r13003 - r13007;
        double r13009 = fmod(r13004, r13008);
        return r13009;
}

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