Average Error: 0.0 → 0.0
Time: 3.7s
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 r892 = c;
        double r893 = sinh(r892);
        double r894 = -2.9807307601812193e+165;
        double r895 = 2.0;
        double r896 = pow(r894, r895);
        double r897 = r892 - r896;
        double r898 = fmod(r893, r897);
        return r898;
}

double f(double c) {
        double r899 = c;
        double r900 = sinh(r899);
        double r901 = -2.9807307601812193e+165;
        double r902 = 2.0;
        double r903 = pow(r901, r902);
        double r904 = r899 - r903;
        double r905 = fmod(r900, r904);
        return r905;
}

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