Average Error: 0.0 → 0.0
Time: 5.4s
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 r30224 = c;
        double r30225 = sinh(r30224);
        double r30226 = -2.9807307601812193e+165;
        double r30227 = 2.0;
        double r30228 = pow(r30226, r30227);
        double r30229 = r30224 - r30228;
        double r30230 = fmod(r30225, r30229);
        return r30230;
}

double f(double c) {
        double r30231 = c;
        double r30232 = sinh(r30231);
        double r30233 = -2.9807307601812193e+165;
        double r30234 = 2.0;
        double r30235 = pow(r30233, r30234);
        double r30236 = r30231 - r30235;
        double r30237 = fmod(r30232, r30236);
        return r30237;
}

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