Average Error: 0.0 → 0.0
Time: 16.7s
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 r22950 = c;
        double r22951 = sinh(r22950);
        double r22952 = -2.9807307601812193e+165;
        double r22953 = 2.0;
        double r22954 = pow(r22952, r22953);
        double r22955 = r22950 - r22954;
        double r22956 = fmod(r22951, r22955);
        return r22956;
}

double f(double c) {
        double r22957 = c;
        double r22958 = sinh(r22957);
        double r22959 = -2.9807307601812193e+165;
        double r22960 = 2.0;
        double r22961 = pow(r22959, r22960);
        double r22962 = r22957 - r22961;
        double r22963 = fmod(r22958, r22962);
        return r22963;
}

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