Average Error: 0.0 → 0.0
Time: 15.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 r18905 = c;
        double r18906 = sinh(r18905);
        double r18907 = -2.9807307601812193e+165;
        double r18908 = 2.0;
        double r18909 = pow(r18907, r18908);
        double r18910 = r18905 - r18909;
        double r18911 = fmod(r18906, r18910);
        return r18911;
}

double f(double c) {
        double r18912 = c;
        double r18913 = sinh(r18912);
        double r18914 = -2.9807307601812193e+165;
        double r18915 = 2.0;
        double r18916 = pow(r18914, r18915);
        double r18917 = r18912 - r18916;
        double r18918 = fmod(r18913, r18917);
        return r18918;
}

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