Average Error: 0.0 → 0.0
Time: 10.6s
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 r10944 = c;
        double r10945 = sinh(r10944);
        double r10946 = -2.9807307601812193e+165;
        double r10947 = 2.0;
        double r10948 = pow(r10946, r10947);
        double r10949 = r10944 - r10948;
        double r10950 = fmod(r10945, r10949);
        return r10950;
}

double f(double c) {
        double r10951 = c;
        double r10952 = sinh(r10951);
        double r10953 = -2.9807307601812193e+165;
        double r10954 = 2.0;
        double r10955 = pow(r10953, r10954);
        double r10956 = r10951 - r10955;
        double r10957 = fmod(r10952, r10956);
        return r10957;
}

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