Average Error: 0.0 → 0.0
Time: 14.1s
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 r11907 = c;
        double r11908 = sinh(r11907);
        double r11909 = -2.9807307601812193e+165;
        double r11910 = 2.0;
        double r11911 = pow(r11909, r11910);
        double r11912 = r11907 - r11911;
        double r11913 = fmod(r11908, r11912);
        return r11913;
}

double f(double c) {
        double r11914 = c;
        double r11915 = sinh(r11914);
        double r11916 = -2.9807307601812193e+165;
        double r11917 = 2.0;
        double r11918 = pow(r11916, r11917);
        double r11919 = r11914 - r11918;
        double r11920 = fmod(r11915, r11919);
        return r11920;
}

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