Average Error: 0.0 → 0.0
Time: 4.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 r20894 = c;
        double r20895 = sinh(r20894);
        double r20896 = -2.9807307601812193e+165;
        double r20897 = 2.0;
        double r20898 = pow(r20896, r20897);
        double r20899 = r20894 - r20898;
        double r20900 = fmod(r20895, r20899);
        return r20900;
}

double f(double c) {
        double r20901 = c;
        double r20902 = sinh(r20901);
        double r20903 = -2.9807307601812193e+165;
        double r20904 = 2.0;
        double r20905 = pow(r20903, r20904);
        double r20906 = r20901 - r20905;
        double r20907 = fmod(r20902, r20906);
        return r20907;
}

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