Average Error: 0.0 → 0.0
Time: 3.3s
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 r29869 = c;
        double r29870 = sinh(r29869);
        double r29871 = -2.9807307601812193e+165;
        double r29872 = 2.0;
        double r29873 = pow(r29871, r29872);
        double r29874 = r29869 - r29873;
        double r29875 = fmod(r29870, r29874);
        return r29875;
}

double f(double c) {
        double r29876 = c;
        double r29877 = sinh(r29876);
        double r29878 = -2.9807307601812193e+165;
        double r29879 = 2.0;
        double r29880 = pow(r29878, r29879);
        double r29881 = r29876 - r29880;
        double r29882 = fmod(r29877, r29881);
        return r29882;
}

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