Average Error: 0.0 → 0.0
Time: 5.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 r5905 = c;
        double r5906 = sinh(r5905);
        double r5907 = -2.9807307601812193e+165;
        double r5908 = 2.0;
        double r5909 = pow(r5907, r5908);
        double r5910 = r5905 - r5909;
        double r5911 = fmod(r5906, r5910);
        return r5911;
}

double f(double c) {
        double r5912 = c;
        double r5913 = sinh(r5912);
        double r5914 = -2.9807307601812193e+165;
        double r5915 = 2.0;
        double r5916 = pow(r5914, r5915);
        double r5917 = r5912 - r5916;
        double r5918 = fmod(r5913, r5917);
        return r5918;
}

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