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 r20919 = c;
        double r20920 = sinh(r20919);
        double r20921 = -2.9807307601812193e+165;
        double r20922 = 2.0;
        double r20923 = pow(r20921, r20922);
        double r20924 = r20919 - r20923;
        double r20925 = fmod(r20920, r20924);
        return r20925;
}

double f(double c) {
        double r20926 = c;
        double r20927 = sinh(r20926);
        double r20928 = -2.9807307601812193e+165;
        double r20929 = 2.0;
        double r20930 = pow(r20928, r20929);
        double r20931 = r20926 - r20930;
        double r20932 = fmod(r20927, r20931);
        return r20932;
}

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