Average Error: 0.0 → 0.0
Time: 21.9s
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 r23891 = c;
        double r23892 = sinh(r23891);
        double r23893 = -2.9807307601812193e+165;
        double r23894 = 2.0;
        double r23895 = pow(r23893, r23894);
        double r23896 = r23891 - r23895;
        double r23897 = fmod(r23892, r23896);
        return r23897;
}

double f(double c) {
        double r23898 = c;
        double r23899 = sinh(r23898);
        double r23900 = -2.9807307601812193e+165;
        double r23901 = 2.0;
        double r23902 = pow(r23900, r23901);
        double r23903 = r23898 - r23902;
        double r23904 = fmod(r23899, r23903);
        return r23904;
}

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