Average Error: 0.0 → 0.0
Time: 4.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 r20314 = c;
        double r20315 = sinh(r20314);
        double r20316 = -2.9807307601812193e+165;
        double r20317 = 2.0;
        double r20318 = pow(r20316, r20317);
        double r20319 = r20314 - r20318;
        double r20320 = fmod(r20315, r20319);
        return r20320;
}

double f(double c) {
        double r20321 = c;
        double r20322 = sinh(r20321);
        double r20323 = -2.9807307601812193e+165;
        double r20324 = 2.0;
        double r20325 = pow(r20323, r20324);
        double r20326 = r20321 - r20325;
        double r20327 = fmod(r20322, r20326);
        return r20327;
}

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