Average Error: 0.0 → 0.0
Time: 13.8s
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 r22844 = c;
        double r22845 = sinh(r22844);
        double r22846 = -2.9807307601812193e+165;
        double r22847 = 2.0;
        double r22848 = pow(r22846, r22847);
        double r22849 = r22844 - r22848;
        double r22850 = fmod(r22845, r22849);
        return r22850;
}

double f(double c) {
        double r22851 = c;
        double r22852 = sinh(r22851);
        double r22853 = -2.9807307601812193e+165;
        double r22854 = 2.0;
        double r22855 = pow(r22853, r22854);
        double r22856 = r22851 - r22855;
        double r22857 = fmod(r22852, r22856);
        return r22857;
}

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