Average Error: 0.0 → 0.0
Time: 4.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 r2802 = c;
        double r2803 = sinh(r2802);
        double r2804 = -2.9807307601812193e+165;
        double r2805 = 2.0;
        double r2806 = pow(r2804, r2805);
        double r2807 = r2802 - r2806;
        double r2808 = fmod(r2803, r2807);
        return r2808;
}

double f(double c) {
        double r2809 = c;
        double r2810 = sinh(r2809);
        double r2811 = -2.9807307601812193e+165;
        double r2812 = 2.0;
        double r2813 = pow(r2811, r2812);
        double r2814 = r2809 - r2813;
        double r2815 = fmod(r2810, r2814);
        return r2815;
}

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 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))