Average Error: 0.0 → 0.0
Time: 26.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 r17966 = c;
        double r17967 = sinh(r17966);
        double r17968 = -2.9807307601812193e+165;
        double r17969 = 2.0;
        double r17970 = pow(r17968, r17969);
        double r17971 = r17966 - r17970;
        double r17972 = fmod(r17967, r17971);
        return r17972;
}

double f(double c) {
        double r17973 = c;
        double r17974 = sinh(r17973);
        double r17975 = -2.9807307601812193e+165;
        double r17976 = 2.0;
        double r17977 = pow(r17975, r17976);
        double r17978 = r17973 - r17977;
        double r17979 = fmod(r17974, r17978);
        return r17979;
}

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