Average Error: 0.0 → 0.0
Time: 4.3s
Precision: 64
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)
double f(double c) {
        double r2813 = c;
        double r2814 = sinh(r2813);
        double r2815 = -2.9807307601812193e+165;
        double r2816 = 2.0;
        double r2817 = pow(r2815, r2816);
        double r2818 = r2813 - r2817;
        double r2819 = fmod(r2814, r2818);
        return r2819;
}

double f(double c) {
        double r2820 = c;
        double r2821 = sinh(r2820);
        double r2822 = -2.9807307601812193e+165;
        double r2823 = 2.0;
        double r2824 = pow(r2822, r2823);
        double r2825 = r2820 - r2824;
        double r2826 = fmod(r2821, r2825);
        return r2826;
}

Error

Bits error versus c

Derivation

  1. Initial program 0.0

    \[\left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]
  2. Final simplification0.0

    \[\leadsto \left(\left(\sinh c\right) \bmod \left(c - {\left( -2.980730760181219266293799099291950778447 \cdot 10^{165} \right)}^{2}\right)\right)\]

Reproduce

herbie shell --seed 2019354 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.9807307601812193e+165 2))))