Average Error: 0.0 → 0.0
Time: 4.8s
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 r27949 = c;
        double r27950 = sinh(r27949);
        double r27951 = -2.9807307601812193e+165;
        double r27952 = 2.0;
        double r27953 = pow(r27951, r27952);
        double r27954 = r27949 - r27953;
        double r27955 = fmod(r27950, r27954);
        return r27955;
}

double f(double c) {
        double r27956 = c;
        double r27957 = sinh(r27956);
        double r27958 = -2.9807307601812193e+165;
        double r27959 = 2.0;
        double r27960 = pow(r27958, r27959);
        double r27961 = r27956 - r27960;
        double r27962 = fmod(r27957, r27961);
        return r27962;
}

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