Average Error: 0.0 → 0.0
Time: 10.0s
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 r1664311 = c;
        double r1664312 = sinh(r1664311);
        double r1664313 = -2.9807307601812193e+165;
        double r1664314 = 2.0;
        double r1664315 = pow(r1664313, r1664314);
        double r1664316 = r1664311 - r1664315;
        double r1664317 = fmod(r1664312, r1664316);
        return r1664317;
}

double f(double c) {
        double r1664318 = c;
        double r1664319 = sinh(r1664318);
        double r1664320 = -2.9807307601812193e+165;
        double r1664321 = 2.0;
        double r1664322 = pow(r1664320, r1664321);
        double r1664323 = r1664318 - r1664322;
        double r1664324 = fmod(r1664319, r1664323);
        return r1664324;
}

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