Average Error: 0.0 → 0.0
Time: 6.0s
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 r29889 = c;
        double r29890 = sinh(r29889);
        double r29891 = -2.9807307601812193e+165;
        double r29892 = 2.0;
        double r29893 = pow(r29891, r29892);
        double r29894 = r29889 - r29893;
        double r29895 = fmod(r29890, r29894);
        return r29895;
}

double f(double c) {
        double r29896 = c;
        double r29897 = sinh(r29896);
        double r29898 = -2.9807307601812193e+165;
        double r29899 = 2.0;
        double r29900 = pow(r29898, r29899);
        double r29901 = r29896 - r29900;
        double r29902 = fmod(r29897, r29901);
        return r29902;
}

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 2020083 
(FPCore (c)
  :name "Random Jason Timeout Test 002"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))