Average Error: 0.0 → 0.0
Time: 15.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 r2267837 = c;
        double r2267838 = sinh(r2267837);
        double r2267839 = -2.9807307601812193e+165;
        double r2267840 = 2.0;
        double r2267841 = pow(r2267839, r2267840);
        double r2267842 = r2267837 - r2267841;
        double r2267843 = fmod(r2267838, r2267842);
        return r2267843;
}

double f(double c) {
        double r2267844 = c;
        double r2267845 = sinh(r2267844);
        double r2267846 = -2.9807307601812193e+165;
        double r2267847 = 2.0;
        double r2267848 = pow(r2267846, r2267847);
        double r2267849 = r2267844 - r2267848;
        double r2267850 = fmod(r2267845, r2267849);
        return r2267850;
}

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))))