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

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

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