Average Error: 0.0 → 0.0
Time: 22.2s
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 r23928 = c;
        double r23929 = sinh(r23928);
        double r23930 = -2.9807307601812193e+165;
        double r23931 = 2.0;
        double r23932 = pow(r23930, r23931);
        double r23933 = r23928 - r23932;
        double r23934 = fmod(r23929, r23933);
        return r23934;
}

double f(double c) {
        double r23935 = c;
        double r23936 = sinh(r23935);
        double r23937 = -2.9807307601812193e+165;
        double r23938 = 2.0;
        double r23939 = pow(r23937, r23938);
        double r23940 = r23935 - r23939;
        double r23941 = fmod(r23936, r23940);
        return r23941;
}

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