Average Error: 0.0 → 0.0
Time: 19.2s
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 r18847 = c;
        double r18848 = sinh(r18847);
        double r18849 = -2.9807307601812193e+165;
        double r18850 = 2.0;
        double r18851 = pow(r18849, r18850);
        double r18852 = r18847 - r18851;
        double r18853 = fmod(r18848, r18852);
        return r18853;
}

double f(double c) {
        double r18854 = c;
        double r18855 = sinh(r18854);
        double r18856 = -2.9807307601812193e+165;
        double r18857 = 2.0;
        double r18858 = pow(r18856, r18857);
        double r18859 = r18854 - r18858;
        double r18860 = fmod(r18855, r18859);
        return r18860;
}

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