Average Error: 0.0 → 0.0
Time: 8.3s
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 r11318 = c;
        double r11319 = sinh(r11318);
        double r11320 = -2.9807307601812193e+165;
        double r11321 = 2.0;
        double r11322 = pow(r11320, r11321);
        double r11323 = r11318 - r11322;
        double r11324 = fmod(r11319, r11323);
        return r11324;
}

double f(double c) {
        double r11325 = c;
        double r11326 = sinh(r11325);
        double r11327 = -2.9807307601812193e+165;
        double r11328 = 2.0;
        double r11329 = pow(r11327, r11328);
        double r11330 = r11325 - r11329;
        double r11331 = fmod(r11326, r11330);
        return r11331;
}

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 2019304 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))