Average Error: 0.0 → 0.0
Time: 4.5s
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 r24864 = c;
        double r24865 = sinh(r24864);
        double r24866 = -2.9807307601812193e+165;
        double r24867 = 2.0;
        double r24868 = pow(r24866, r24867);
        double r24869 = r24864 - r24868;
        double r24870 = fmod(r24865, r24869);
        return r24870;
}

double f(double c) {
        double r24871 = c;
        double r24872 = sinh(r24871);
        double r24873 = -2.9807307601812193e+165;
        double r24874 = 2.0;
        double r24875 = pow(r24873, r24874);
        double r24876 = r24871 - r24875;
        double r24877 = fmod(r24872, r24876);
        return r24877;
}

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