Average Error: 0.0 → 0.0
Time: 29.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 r754834 = c;
        double r754835 = sinh(r754834);
        double r754836 = -2.9807307601812193e+165;
        double r754837 = 2.0;
        double r754838 = pow(r754836, r754837);
        double r754839 = r754834 - r754838;
        double r754840 = fmod(r754835, r754839);
        return r754840;
}

double f(double c) {
        double r754841 = c;
        double r754842 = sinh(r754841);
        double r754843 = -2.9807307601812193e+165;
        double r754844 = 2.0;
        double r754845 = pow(r754843, r754844);
        double r754846 = r754841 - r754845;
        double r754847 = fmod(r754842, r754846);
        return r754847;
}

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