Average Error: 0.0 → 0.0
Time: 6.2s
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 r147 = c;
        double r148 = sinh(r147);
        double r149 = -2.9807307601812193e+165;
        double r150 = 2.0;
        double r151 = pow(r149, r150);
        double r152 = r147 - r151;
        double r153 = fmod(r148, r152);
        return r153;
}

double f(double c) {
        double r154 = c;
        double r155 = sinh(r154);
        double r156 = -2.9807307601812193e+165;
        double r157 = 2.0;
        double r158 = pow(r156, r157);
        double r159 = r154 - r158;
        double r160 = fmod(r155, r159);
        return r160;
}

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))))