Average Error: 0.0 → 0.0
Time: 6.4s
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 r11857 = c;
        double r11858 = sinh(r11857);
        double r11859 = -2.9807307601812193e+165;
        double r11860 = 2.0;
        double r11861 = pow(r11859, r11860);
        double r11862 = r11857 - r11861;
        double r11863 = fmod(r11858, r11862);
        return r11863;
}

double f(double c) {
        double r11864 = c;
        double r11865 = sinh(r11864);
        double r11866 = -2.9807307601812193e+165;
        double r11867 = 2.0;
        double r11868 = pow(r11866, r11867);
        double r11869 = r11864 - r11868;
        double r11870 = fmod(r11865, r11869);
        return r11870;
}

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 2019318 
(FPCore (c)
  :name "Random Jason Timeout Test 014"
  :precision binary64
  (fmod (sinh c) (- c (pow -2.98073076018121927e165 2))))