Average Error: 0.0 → 0.0
Time: 3.7s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r24890 = c;
        double r24891 = sinh(r24890);
        double r24892 = -2.9807307601812193e+165;
        double r24893 = 2.0;
        double r24894 = pow(r24892, r24893);
        double r24895 = r24890 - r24894;
        double r24896 = fmod(r24891, r24895);
        return r24896;
}

double f(double c) {
        double r24897 = c;
        double r24898 = sinh(r24897);
        double r24899 = -2.9807307601812193e+165;
        double r24900 = 2.0;
        double r24901 = pow(r24899, r24900);
        double r24902 = r24897 - r24901;
        double r24903 = fmod(r24898, r24902);
        return r24903;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.98073076018121927 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2020025 +o rules:numerics
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))