Average Error: 0.0 → 0.0
Time: 9.8s
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 r1753005 = c;
        double r1753006 = sinh(r1753005);
        double r1753007 = -2.9807307601812193e+165;
        double r1753008 = 2.0;
        double r1753009 = pow(r1753007, r1753008);
        double r1753010 = r1753005 - r1753009;
        double r1753011 = fmod(r1753006, r1753010);
        return r1753011;
}

double f(double c) {
        double r1753012 = c;
        double r1753013 = sinh(r1753012);
        double r1753014 = -2.9807307601812193e+165;
        double r1753015 = 2.0;
        double r1753016 = pow(r1753014, r1753015);
        double r1753017 = r1753012 - r1753016;
        double r1753018 = fmod(r1753013, r1753017);
        return r1753018;
}

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))))